mirror of
https://github.com/quarkcloudio/quark-go.git
synced 2025-10-05 07:56:58 +08:00
fix: 修复bug
This commit is contained in:
@@ -40,12 +40,6 @@ func main() {
|
||||
Dialector: mysql.Open(dsn),
|
||||
Opts: &gorm.Config{},
|
||||
},
|
||||
RedisConfig: &builder.RedisConfig{
|
||||
Host: "127.0.0.1",
|
||||
Password: "",
|
||||
Port: "6379",
|
||||
Database: 0,
|
||||
},
|
||||
}
|
||||
|
||||
// 实例化对象
|
||||
|
Reference in New Issue
Block a user