删除jwt
This commit is contained in:
@@ -7,11 +7,5 @@
|
|||||||
|
|
||||||
|
|
||||||
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
||||||
<mvc:interceptors>
|
|
||||||
<mvc:interceptor>
|
|
||||||
<mvc:mapping path="/jwt/**"/>
|
|
||||||
<mvc:exclude-mapping path="/jwt/getJwt"/>
|
|
||||||
<bean class="com.ag.secp.platform.jwt.JWTInterceptor"/>
|
|
||||||
</mvc:interceptor>
|
|
||||||
</mvc:interceptors>
|
|
||||||
</beans>
|
</beans>
|
||||||
|
|||||||
Reference in New Issue
Block a user