quick/scaffold-boost #175
Replies: 1 comment
-
有没有办法在goframe项目完全启动起来之后立刻执行一些逻辑,功能类似于springboot的ApplicationRunner |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
quick/scaffold-boost
当您开始第一个项目时,可能对工程目录感到困惑,但通过本章节,您可以了解项目的启动过程及其涉及的目录。主要程序入口为main.go,通过调用internal/cmd包引导程序启动。默认创建的HTTP Server支持多种路由注册,使项目启动简单快捷。具体使用细节可参阅GoFrame框架的相关文档。
https://goframe.org/quick/scaffold-boost
Beta Was this translation helpful? Give feedback.
All reactions