Quellcode durchsuchen

Merge branch 'master' of http://git.tjyourong.com.cn/ctop/adsp-boot

yumeng vor 5 Jahren
Ursprung
Commit
211383edd3

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-test.yml

@@ -113,7 +113,7 @@ spring:
         max-wait: -1ms  #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 100ms
-    password: ''
+    password: foobared
     port: 6379
 #mybatis plus 设置
 mybatis-plus:

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-wps.yml

@@ -116,7 +116,7 @@ spring:
         max-wait: -1ms  #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 100ms
-    password: ''
+    password: foobared
     port: 6379
 #mybatis plus 设置
 mybatis-plus:

+ 1 - 1
module-common/src/main/java/cn/com/feishu/constant/FeishuConstant.java

@@ -14,6 +14,6 @@ public class FeishuConstant {
     public static final String MESSAGE_BATCH_SEND = "/message/v4/batch_send/";
     public static final String MESSAGE_SEND = "/message/v4/send/";
     public static final String NOTIFY_SEND = "/notify/v4/appnotify";
-    public static final String REDIRECT_URL = "https://trac.tjyourong.com.cn/jeecg-boot/sys/feishu/auth";
+    public static final String REDIRECT_URL = "http://adsp.tjyourong.com.cn/jeecg-boot/sys/feishu/auth";
 //    public static final String REDIRECT_URL = "http://192.168.0.111:8088/jeecg-boot/sys/feishu/auth";
 }