删除jwt

This commit is contained in:
fengjun
2024-12-12 09:03:23 +08:00
parent 7d2b618d6b
commit 5e9f2e4ac1

View File

@@ -7,11 +7,5 @@
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>