Commit d036cb11 by 徐高华

积分别名

parent 0266fc77
......@@ -42,7 +42,14 @@
<url-pattern>/*</url-pattern>
<dispatcher>ASYNC</dispatcher>
</filter-mapping>
<filter>
<filter-name>replaceStreamFilter</filter-name>
<filter-class>com.gic.web.common.config.wrapper.RepetitionRequestFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>replaceStreamFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<filter>
<filter-name>springSessionRepositoryFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment