添加 MySQL Dao

This commit is contained in:
2024-08-11 18:28:23 +08:00
parent f961e8dce1
commit 3d691eb22c
3 changed files with 59 additions and 0 deletions

7
config/mysql_config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"host": "rm-1udh78538ph225j525o.mysql.rds.aliyuncs.com",
"port": 3306,
"user": "nbaertuo",
"password": "aliClon1",
"db_name": "bet"
}