Ejemplo n.º 1
0
Archivo: starter.go Proyecto: ssrl/gon
func Start() {
	bean.Initialize()
	bootstrap.BootStrap(bean.DefaultAppContext)
}
Ejemplo n.º 2
0
func Start() {
	bean.Initialize()
	bootstrap.BootStrap()
}