rev:更新

This commit is contained in:
2026-06-22 10:52:40 +08:00
parent 0ae5470415
commit 047663f37c
182 changed files with 10714 additions and 5396 deletions

View File

@@ -1,5 +1,5 @@
server:
port: 9999
port: 8010
#配置数据源
spring:
main:
@@ -14,7 +14,7 @@ spring:
username: ${DB_USER:root}
# password: ${DB_PWD:P@ssw0rd.}
# password: ${DB_PWD:123456}
password: ${DB_PWD:12356}
password: ${DB_PWD:password}
# 初始连接数
initial-size: 15
# 最小连接数