Browse Source

Merge branch 'master' of http://192.168.0.8:3000/plugs-open/ms-mcms

xuwh 4 years ago
parent
commit
f8e8b27571
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application-dev.yml

+ 2 - 2
src/main/resources/application-dev.yml

@@ -1,7 +1,7 @@
 spring:
   datasource:
-    url: jdbc:mysql://localhost:3306/mcms?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
+    url: jdbc:mysql://192.168.0.8:3316/mcms-5.2.2-210529?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
     username: root
-    password: root
+    password: root@78
     filters: wall,mergeStat
     type: com.alibaba.druid.pool.DruidDataSource