We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4ba33 commit c5dfff5Copy full SHA for c5dfff5
examples/quarkadmin/main.go
@@ -17,7 +17,7 @@ func main() {
17
var providers []interface{}
18
19
// 数据库配置信息
20
- dsn := "root:fK7xPGJi1gJfIief@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
+ dsn := "root:fK7xPGJi1gJfIief@tcp(localhost:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
21
22
// 加载后台服务
23
providers = append(providers, adminservice.Providers...)
0 commit comments