示例#1
0
文件: starter.go 项目: ssrl/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap(bean.DefaultAppContext)
}
示例#2
0
文件: starter.go 项目: chanwit/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap()
}