🚀 修订版本.

This commit is contained in:
lijiahang
2024-02-27 15:20:40 +08:00
parent b488bb326d
commit dcded9645c
10 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
spring:
datasource:
druid:
url: jdbc:mysql://${MYSQL_HOST:127.0.0.1}:3306/orion-ops-pro?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true
url: jdbc:mysql://${MYSQL_HOST:127.0.0.1}:${MYSQL_PORT:3306}/orion-ops-pro?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=Asia/Shanghai&autoReconnect=true
username: ${MYSQL_USER:root}
password: ${MYSQL_PASSWORD:Data@123456}
# 初始连接数

View File

@@ -14,7 +14,7 @@ spring:
multipart:
# 单个文件大小
max-file-size: 16MB
# 设置总上传的文件大小
# 消息体大小
max-request-size: 32MB
mvc:
pathmatch: