05 2021 档案

摘要:在本例中,主要讲解spring-security的配置与使用,实现方式为: 1.将用户、权限、资源(url)采用数据库存储 2.自定义过滤器,代替原有的 FilterSecurityInterceptor 3.自定义实现 UserDetailsService、Filter、AccessDecisio 阅读全文
posted @ 2021-05-21 16:02 灡亾 阅读(168) 评论(0) 推荐(0)
摘要:<build> <plugins> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configurat 阅读全文
posted @ 2021-05-07 15:07 灡亾 阅读(93) 评论(0) 推荐(0)
摘要:<dependencies> <!--测试包--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependenc 阅读全文
posted @ 2021-05-07 10:49 灡亾 阅读(149) 评论(0) 推荐(0)
摘要:Spring-mvc Spring-mvc命名空间 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:conte 阅读全文
posted @ 2021-05-07 10:16 灡亾 阅读(40) 评论(0) 推荐(0)