使用spring攔截器與自定義註解進行登陸攔截

1.依賴:html <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> </dependency>   2.自定義註解:web @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME)
相關文章
相關標籤/搜索