1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

add utils

This commit is contained in:
2022-09-30 00:51:08 +08:00
parent 06eeb65eac
commit 5b31b4bf98
10 changed files with 432 additions and 2 deletions

10
config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"mysql": {
"charset": "utf8mb4",
"host": "localhost",
"user": "root",
"password": "root",
"port": 3306,
"database": ""
}
}