package main import ( _ "SSO/routers" "SSO/service" "github.com/astaxie/beego" ) func init() { service.ConnectDB() } func main() { beego.Run() }