chore: wip

This commit is contained in:
tangtanglove
2023-05-27 08:21:24 +08:00
parent 7288062826
commit bfdcd5361d
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ func main() {
}) })
// 数据库配置信息 // 数据库配置信息
dsn := "root:Bc5HQFJc4bLjZCcC@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local" dsn := "root:fK7xPGJi1gJfIief@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
// 配置资源 // 配置资源
config := &builder.Config{ config := &builder.Config{

View File

@@ -19,7 +19,7 @@ func main() {
r.Use(static.Serve("/", static.LocalFile("./web/app", false))) r.Use(static.Serve("/", static.LocalFile("./web/app", false)))
// 数据库配置信息 // 数据库配置信息
dsn := "root:Bc5HQFJc4bLjZCcC@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local" dsn := "root:fK7xPGJi1gJfIief@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
// 配置资源 // 配置资源
config := &builder.Config{ config := &builder.Config{

View File

@@ -28,7 +28,7 @@ func main() {
h.StaticFS("/", fs) h.StaticFS("/", fs)
// 数据库配置信息 // 数据库配置信息
dsn := "root:Bc5HQFJc4bLjZCcC@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local" dsn := "root:fK7xPGJi1gJfIief@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
// 配置资源 // 配置资源
config := &builder.Config{ config := &builder.Config{

View File

@@ -17,7 +17,7 @@ func main() {
var providers []interface{} var providers []interface{}
// 数据库配置信息 // 数据库配置信息
dsn := "root:Bc5HQFJc4bLjZCcC@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local" dsn := "root:fK7xPGJi1gJfIief@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
// 加载后台服务 // 加载后台服务
providers = append(providers, admin.Providers...) providers = append(providers, admin.Providers...)

View File

@@ -40,7 +40,7 @@ func main() {
handler.RegisterHandlers(server, ctx) handler.RegisterHandlers(server, ctx)
// 数据库配置信息 // 数据库配置信息
dsn := "root:Bc5HQFJc4bLjZCcC@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local" dsn := "root:fK7xPGJi1gJfIief@tcp(127.0.0.1:3306)/quarkgo?charset=utf8&parseTime=True&loc=Local"
// 配置资源 // 配置资源
config := &builder.Config{ config := &builder.Config{