Parcourir la source

修改配置为实际线上环境

peicj il y a 2 jours
Parent
commit
f22faa22e5

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

@@ -7,9 +7,9 @@ spring:
     druid:
       # 主库数据源
       master:
-        url: jdbc:mysql://172.200.115.112:3306/easycallcenter365?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://129.28.164.235:3306/easycallcenter365?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
-        password: Tydic2020!@#dicfin!@#$%
+        password: easycallcenter365
       slave:
         # 从数据源开关/默认关闭
         enabled: false

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

@@ -1,3 +1,3 @@
 spring:
   profiles:
-    active: test
+    active: dev