release 1.2
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import com.foxinmy.weixin4j.type.MessageType;
|
||||
/**
|
||||
* 用户进入应用的事件推送
|
||||
*
|
||||
* @className
|
||||
* @className EnterAgentAction
|
||||
* @author jy
|
||||
* @date 2014年12月28日
|
||||
* @since JDK 1.7
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<!-- 控制台输出日志 -->
|
||||
<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<charset>UTF-8</charset>
|
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - %msg%n
|
||||
</pattern>
|
||||
</encoder>
|
||||
@@ -31,6 +32,7 @@
|
||||
</rollingPolicy>
|
||||
|
||||
<encoder>
|
||||
<charset>UTF-8</charset>
|
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
|
||||
</pattern>
|
||||
</encoder>
|
||||
|
||||
Reference in New Issue
Block a user