摘要:
Specifications动态查询 有时我们在查询某个实体的时候,给定的条件是不固定的,这时就需要动态构建相应的查询语句,在Spr... 阅读全文
摘要:
package org.springframework.data.repository;import java.util.Opti... 阅读全文
摘要:
KeywordSampleJPQL snippetAndfindByLastnameAndFirstname… where x.la... 阅读全文
摘要:
详见 菜鸟教程 https://www.runoob.com/maven/maven-setup.html 另外还有一位博主瞎写的很... 阅读全文
摘要:
新建项目,添加依赖 org.springframework.boot spring-boot-starter... 阅读全文
摘要:
1.在 pom.xml 中添加如下配置 org.springframework.boot spring-boot-de... 阅读全文
摘要:
认证流程 图片来自于:黑马程序员SpringSecurity认证课程 认证过程: 用户提交用户名、密码被SecurityFilte... 阅读全文
摘要:
在Spring Security中自定义一个的过滤器,将其添加到Spring Security过滤器链的合适位置。定义一个自己的过滤... 阅读全文
摘要:
Spring Security支持在继承WebSecurityConfigurerAdapter的配置类中配置注销登录: Http... 阅读全文
摘要:
自动登录是将用户的登录信息保存在用户浏览器的cookie中,当用户下次访问时,自动实现校验并建立登录态的一种机制。 Spring S... 阅读全文