修改日志打印

This commit is contained in:
yiyan
2018-03-31 20:23:41 +08:00
parent 7b197f8cd0
commit ce4d9063a8
9 changed files with 213 additions and 103 deletions
+3 -3
View File
@@ -6,6 +6,9 @@
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<!-- 容器启动时加载spring配置 -->
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
@@ -13,9 +16,6 @@
classpath:spring-mybatis.xml
</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<!-- 编码过滤器 -->
<filter>
<filter-name>encoding</filter-name>