...
|
...
|
@@ -58,8 +58,8 @@ |
|
|
<mvc:resources location="/script/" mapping="/script/**"/>
|
|
|
<mvc:resources location="/sql_format/" mapping="/sql_format/**"/>
|
|
|
|
|
|
<!-- <mvc:interceptors>
|
|
|
<!– 登录验证 –>
|
|
|
<mvc:interceptors>
|
|
|
<!-- 登录验证 -->
|
|
|
<mvc:interceptor>
|
|
|
<mvc:mapping path="/**"/>
|
|
|
<mvc:exclude-mapping path="/hystrix/**"/>
|
...
|
...
|
@@ -73,6 +73,6 @@ |
|
|
|
|
|
<bean class="com.ui.interceptor.AuthInterceptor"/>
|
|
|
</mvc:interceptor>
|
|
|
</mvc:interceptors>-->
|
|
|
</mvc:interceptors>
|
|
|
|
|
|
</beans> |
|
|
\ No newline at end of file |
...
|
...
|
|