🎉 Initial commit

This commit is contained in:
2025-04-17 11:49:54 +08:00
parent 2f2c299e04
commit 62cf0c284b
9 changed files with 489 additions and 106 deletions

9
config/dbconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"driver": "mysql",
"url": "127.0.0.1:3306",
"database": "schisandra-cloud-album",
"username": "root",
"password": "1611",
"maxOpenConns": 100,
"maxIdleConns": 10
}