摘要: SpringBoot3+SpringSecurity整合 Security导包: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId 阅读全文
posted @ 2024-05-31 21:34 与f 阅读(35) 评论(0) 推荐(0) 编辑
摘要: SpringBoot3 整合SpringSecurity Maven <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3 阅读全文
posted @ 2024-05-31 21:29 与f 阅读(94) 评论(0) 推荐(0) 编辑
摘要: springboot3项目的搭建四(security登录认证配置) <!--security安全配置--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-securit 阅读全文
posted @ 2024-05-31 21:24 与f 阅读(173) 评论(0) 推荐(0) 编辑