Browse Source

cuspay生产环境jdbc配置修改

hyq 6 years ago
parent
commit
b1aaee56aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application.yml

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

@@ -33,7 +33,7 @@ spring:
             # 数据源zaxxer HikariCP
             # 数据源zaxxer HikariCP
             type: com.zaxxer.hikari.HikariDataSource
             type: com.zaxxer.hikari.HikariDataSource
             driver-class-name: org.mariadb.jdbc.Driver
             driver-class-name: org.mariadb.jdbc.Driver
-            url: jdbc:mysql://rm-wz9rps8173a1nx63g.mysql.rds.aliyuncs.com:3306/cuspay?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
+            url: jdbc:mysql://rm-wz9rps8173a1nx63g819.mysql.rds.aliyuncs.com:3306/cuspay?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
             username: qh_cus
             username: qh_cus
             password: Ci*&k89Cf
             password: Ci*&k89Cf
             # hikari连接池配置
             # hikari连接池配置