We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行bee run -gendoc=true无法生成commentsRouter_controllers.go文件,导致调用接口报404
The text was updated successfully, but these errors were encountered:
check bee generate routers command
Sorry, something went wrong.
可能是依赖问题,使用bee v2生成的项目可以自动生成commentsRouter_controllers.go, 然后把依赖拷贝到无法生成文档的项目里试试
手动执行 bee generate docs以及bee generate routers重新生成commentsRouter_controllers.go,新版本删除了自动生成功能
feat: support casdoor as saml idp to connect keycloak (beego#832)
8a66448
Signed-off-by: Yixiang Zhao <[email protected]>
No branches or pull requests
运行bee run -gendoc=true无法生成commentsRouter_controllers.go文件,导致调用接口报404
The text was updated successfully, but these errors were encountered: