Merge branch '20260519-3.9.2版本-葛昊天分支'
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user