dev #2

Merged
dashixiong merged 349 commits from dev into main 2026-02-11 01:55:46 +00:00
299 changed files with 43069 additions and 1115 deletions
Showing only changes of commit fa280097eb - Show all commits

View File

@ -51,8 +51,6 @@ spring:
messages:
# 国际化资源文件路径
basename: i18n/messages
profiles:
active: druid
# 文件上传
servlet:
multipart:
@ -70,7 +68,7 @@ spring:
# 地址
host: 172.17.0.9
# 端口默认为6379
port: 6739
port: 6379
# 数据库索引
database: 0
# 密码
@ -94,7 +92,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://172.17.0.13 3306:3306/setri_ems?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://172.17.0.13:3306/setri_ems?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: ems
password: Aa112211!
# 从库数据源