Sfoglia il codice sorgente

修改report数据库连接

xusl 1 anno fa
parent
commit
559f9177b4

+ 1 - 1
ipfcst/ipfcst-reportquery/src/main/resources/application.yml

@@ -12,7 +12,7 @@ spring:
       # 数据源配置
       username: root
       password: '!QAZ2root'
-      url: jdbc:mysql://192.168.1.168:3306/ipfcst-znzx?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
+      url: jdbc:mysql://192.168.1.205:3306/ipfcst-znzx?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
       driver-class-name: com.mysql.cj.jdbc.Driver
       # 初始化 最小 最大
       initial-size: 5