2020
10-10
10-10
SpringSecurity自定义成功失败处理器的示例代码
1.新建SpringBoot工程2.项目依赖<dependencies><!--security--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-security</artifactId></dependency><!--thymeleaf--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-thymeleaf</artifactId></dependency><!--web--><dependency><groupId>org.spr...
继续阅读 >