3.spring boot自定义配置

1.示例-添加并配置seucrity 1.1添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> 1.2覆盖配置 A.扩展WebSecurityConfigurerAdapter的配置类 B.定
相关文章
相关标签/搜索