fix: 生产环境,配置文件修改。
This commit is contained in:
@@ -41,7 +41,7 @@ spring:
|
||||
# 使用方法,在 Mapper 类或者方法上增加注解 @DS("test") 用于切换数据源
|
||||
test:
|
||||
driverClassName: org.postgresql.Driver
|
||||
url: jdbc:postgresql://72.16.42.181:15432/fishery_prod?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
||||
url: jdbc:postgresql://172.16.42.181:15432/fishery_prod?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
||||
username: postgres
|
||||
password: htYkSuRn7Gb*pbFn
|
||||
# 从库数据源 - TDengine
|
||||
|
||||
Reference in New Issue
Block a user