src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/application.yml
@@ -12,7 +12,7 @@ # redis redis: database: 0 host: 127.0.0.1 host: 192.168.20.39 port: 6379 password: rediS_5L#F4_Server timeout: 6000 # 连接超时时长(毫秒) @@ -33,7 +33,7 @@ datasource: name: prod # JDBC 基本配置 url: jdbc:postgresql://127.0.0.1:5432/langfang?useAffectedRows=true url: jdbc:postgresql://192.168.20.39:5433/langfang?useAffectedRows=true username : postgres password: postgres driver-class-name: org.postgresql.Driver