diff --git a/fishery-admin/src/main/resources/application-dev.yml b/fishery-admin/src/main/resources/application-dev.yml index 9f30520..e1e6939 100644 --- a/fishery-admin/src/main/resources/application-dev.yml +++ b/fishery-admin/src/main/resources/application-dev.yml @@ -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