Parcourir la source

测试分支数据库更改

wangsy il y a 3 ans
Parent
commit
402564a731
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/main/resources/application-test.yml
  2. 1 1
      src/main/resources/bootstrap.yml

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

@@ -104,7 +104,7 @@ spring:
         master:
           driver-class-name: com.mysql.cj.jdbc.Driver
           platform: mysql
-          url: jdbc:mysql://192.168.2.126:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
+          url: jdbc:mysql://192.168.2.126:3307/qc_xiamen?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
           username: root
           password: Lat0ne@tesT
           druid:

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

@@ -2,7 +2,7 @@ spring:
   application:
     name: mrqc-sys
   profiles:
-    active: local
+    active: test
   main:
     allow-bean-definition-overriding: true