修改日志打印
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user