Compare commits

1 Commits

Author SHA1 Message Date
tianyongbao
ea641906e1 fix: 修改配置文件。 2026-02-08 15:52:08 +08:00

View File

@@ -51,9 +51,9 @@ spring:
# username: root # username: root
# password: root # password: root
driverClassName: org.postgresql.Driver driverClassName: org.postgresql.Driver
url: jdbc:postgresql://81.70.89.108:15432/intc_single_ultra?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true url: jdbc:postgresql://82.157.37.106:15432/intc_swrsms?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
username: postgres username: postgres
password: intc@123987 password: htYkSuRn7Gb*pbFn
# # 从库数据源 # # 从库数据源
# slave: # slave:
# lazy: true # lazy: true
@@ -100,7 +100,7 @@ spring:
spring.data: spring.data:
redis: redis:
# 地址 # 地址
host: 81.70.89.108 host: 82.157.37.106
# 端口默认为6379 # 端口默认为6379
port: 26379 port: 26379
# 数据库索引 # 数据库索引