Browse Source

fix: 修改数据库ip

bianzhenhua123 4 weeks ago
parent
commit
31df6c0b36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      poyi-app/src/main/resources/application-druid.yml

+ 1 - 1
poyi-app/src/main/resources/application-druid.yml

@@ -8,7 +8,7 @@ spring:
             master:
                 username: postgres
                 password: 123456
-                url: jdbc:postgresql://192.168.50.10:5432/ahx_app
+                url: jdbc:postgresql://192.168.50.8:5432/ahx_app
             # 初始连接数
             initialSize: 5
             # 最小连接池数量