摘要: 添加配置类: @Configuration public class MyReactiveSecurityConfig { @Bean public ReactiveUserDetailsService reactiveUserDetailsService() { UserDetails user 阅读全文
posted @ 2023-06-05 20:54 shigp1 阅读(81) 评论(0) 推荐(0) 编辑
摘要: Spring Reactive Security是结合Spring Web Flux使用的。结合SpringBoot使用,简化了大量配置。 新建SpringBoot项目,添加依赖: org.springframework.boot spring-boot-starter-webflux org.sp 阅读全文
posted @ 2023-06-05 20:17 shigp1 阅读(114) 评论(0) 推荐(0) 编辑