mirror of
https://github.com/yv1ing/gin-admin.git
synced 2025-10-24 10:12:05 +08:00
完成基本框架搭建及系统用户登录流程
This commit is contained in:
14
internal/core/config/mysql.go
Normal file
14
internal/core/config/mysql.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package config
|
||||
|
||||
// @Author: yv1ing
|
||||
// @Author: me@yvling.cn
|
||||
// @Date: 2025/8/28 14:24
|
||||
// @Desc: MySQL配置
|
||||
|
||||
type mysqlConfig struct {
|
||||
Host string
|
||||
Port uint
|
||||
Username string
|
||||
Password string
|
||||
Database string
|
||||
}
|
||||
Reference in New Issue
Block a user