fix: 生产环境,配置文件修改。

This commit is contained in:
tianyongbao
2026-04-09 12:28:39 +08:00
parent 455d6d6ee9
commit 931e549f3c

View File

@@ -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