Explorar el Código

微信移动端支付

guomengjiao hace 4 meses
padre
commit
b7038dca02
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      web/src/main/resources/config/application.yml

+ 2 - 2
web/src/main/resources/config/application.yml

@@ -54,7 +54,7 @@ jdbc:
   # Mysql 数据库配置
   type: mysql
   driver: com.mysql.cj.jdbc.Driver
-  url: jdbc:mysql://192.168.37.132:3306/bjfl_config?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+  url: jdbc:mysql://192.168.0.132:3306/bjfl_config?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
   username: root
   password: songlanyun
   testSql: SELECT 1
@@ -159,7 +159,7 @@ jdbc:
   ds02:
     type: mysql
     driver: com.mysql.cj.jdbc.Driver
-    url: jdbc:mysql://192.168.37.132:3306/bjfl_portal?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&allowMultiQueries=true
+    url: jdbc:mysql://192.168.0.132:3306/bjfl_portal?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&allowMultiQueries=true
     username: root
     password: songlanyun
     testSql: SELECT 1