Esempio n. 1
0
File: starter.go Progetto: ssrl/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap(bean.DefaultAppContext)
}
Esempio n. 2
0
func Start() {
	bean.Initialize()
	bootstrap.BootStrap()
}