1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-07 23:02:12 +02:00
This commit is contained in:
zhaoshichen 2019-06-10 10:30:46 +08:00
parent 827b6edfd1
commit 8c32361034

View File

@ -60,11 +60,11 @@
进入项目的internal/dao目录,打开dao.go,其中:
```go
var (
var (
dc struct {
Demo *sql.Config
}
)
)
checkErr(paladin.Get("mysql.toml").UnmarshalTOML(&dc))
```
使用paladin配置管理工具将上文中的mysql.toml中的配置解析为我们需要使用mysql的相关配置。