Переглянути джерело

更新微信配置;更新日志配置;

woody 10 місяців тому
батько
коміт
5028743f1f

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

@@ -67,6 +67,8 @@ sms:
       channel: ALIYUN
 
 wechat:
+  token:
+    refreshable: true
   applets:
     - appid: wx593877b3c990b15c
       secret: 19ab92afb193b0f3c25e57ec32a3dd37

+ 2 - 0
src/main/resources/application-pre.yml

@@ -67,6 +67,8 @@ sms:
       channel: ALIYUN
 
 wechat:
+  token:
+    refreshable: true
   applets:
     - appid: wx593877b3c990b15c
       secret: 19ab92afb193b0f3c25e57ec32a3dd37

+ 2 - 0
src/main/resources/application-prod.yml

@@ -67,6 +67,8 @@ sms:
       channel: ALIYUN
 
 wechat:
+  token:
+    refreshable: true
   applets:
     - appid: wx593877b3c990b15c
       secret: 19ab92afb193b0f3c25e57ec32a3dd37

+ 2 - 0
src/main/resources/application-test.yml

@@ -67,6 +67,8 @@ sms:
       channel: ALIYUN
 
 wechat:
+  token:
+    refreshable: true
   applets:
     - appid: wx593877b3c990b15c
       secret: 19ab92afb193b0f3c25e57ec32a3dd37

+ 0 - 2
src/main/resources/logback-spring.xml

@@ -3,8 +3,6 @@
 	<property name="app" value="chelvc"/>
 	<springProperty name="path" source="logging.path" defaultValue="./"/>
 
-	<turboFilter class="com.chelvc.framework.base.interceptor.DynamicLoggingInterceptor"/>
-
 	<appender name="CONSOLE_APPENDER" class="ch.qos.logback.core.ConsoleAppender">
 		<encoder>
 			<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger: %msg%n</pattern>