Merge branch '20260519-3.9.2版本-葛昊天分支'

This commit is contained in:
geht
2026-06-16 16:59:54 +08:00
2 changed files with 32 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
server:
port: 8080
#update-begin---author:geht ---date:2026-06-16 for生产端口与现有环境(8888)保持一致,避免前端连不上-----------
port: 8888
#update-end---author:geht ---date:2026-06-16 for生产端口与现有环境(8888)保持一致,避免前端连不上-----------
tomcat:
max-swallow-size: -1
error:
@@ -146,7 +148,9 @@ spring:
master:
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: root
#update-begin---author:geht ---date:2026-06-16 for生产库密码与测试库一致修正为123456-----------
password: 123456
#update-end---author:geht ---date:2026-06-16 for生产库密码与测试库一致修正为123456-----------
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
#multi-datasource1: