随笔分类 - Spring
框架
摘要:#pom文件添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> #配置文件 spring.d
阅读全文
摘要:##Spring Security配置: 继承 WebSecurityConfigurerAdapter ,重写configure(HttpSecurity http)配置相关权限以及重写拦截器 WebSecurityConfigurerAdapter 类是个适配器, 在配置的时候,需要我们自己写个
阅读全文