Browse Source

修改项目

anderx 2 years ago
parent
commit
8509cd29ad

+ 5 - 5
yccrc-admin/src/main/resources/application-druid.yml

@@ -6,12 +6,12 @@ spring:
         druid:
             # 主库数据源
             master:
-#                url: jdbc:mysql://127.0.0.1:3306/yccrc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-#                username: root
-#                password: aft@2017!
-                url: jdbc:mysql://127.0.0.1:3306/kd_yccrc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                url: jdbc:mysql://127.0.0.1:3306/yccrc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                 username: root
-                password: 123456
+                password: aft@2017!
+#                url: jdbc:mysql://127.0.0.1:3306/kd_yccrc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+#                username: root
+#                password: 123456
             # 从库数据源
             slave:
                 # 从数据源开关/默认关闭

+ 4 - 4
yccrc-kede/src/main/resources/application.yml

@@ -9,10 +9,10 @@ yccrc:
   # 实例演示开关
   demoEnabled: true
   # 文件路径
-  domain: http://172.16.1.187/api
-  profile: F:/data/yccrc/api/profile
-#  profile: /data/kede/yccrc
-#  domain: http://140.210.193.73:8888/api
+#  domain: http://172.16.1.187/api
+#  profile: F:/data/yccrc/api/profile
+  profile: /data/kede/yccrc
+  domain: http://140.210.193.73:8888/api
   # 获取ip地址开关
   addressEnabled: false
   # 验证码类型 math 数组计算 char 字符验证