上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: package org.springframework.data.repository;import java.util.Opti... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(131) 评论(0) 推荐(0) 编辑
摘要: KeywordSampleJPQL snippetAndfindByLastnameAndFirstname… where x.la... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 详见 菜鸟教程 https://www.runoob.com/maven/maven-setup.html 另外还有一位博主瞎写的很... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 新建项目,添加依赖 org.springframework.boot spring-boot-starter... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1.在 pom.xml 中添加如下配置 org.springframework.boot spring-boot-de... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 认证流程 图片来自于:黑马程序员SpringSecurity认证课程 认证过程: 用户提交用户名、密码被SecurityFilte... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(1131) 评论(0) 推荐(1) 编辑
摘要: 在Spring Security中自定义一个的过滤器,将其添加到Spring Security过滤器链的合适位置。定义一个自己的过滤... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(2058) 评论(0) 推荐(0) 编辑
摘要: Spring Security支持在继承WebSecurityConfigurerAdapter的配置类中配置注销登录: Http... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 自动登录是将用户的登录信息保存在用户浏览器的cookie中,当用户下次访问时,自动实现校验并建立登录态的一种机制。 Spring S... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 简介 在Spring 3.0,Spring引入了@Import注解,允许通过JavaConfig导入一个或多个类作为 Spring ... 阅读全文
posted @ 2022-10-30 23:22 寒小韩 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页