自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

转载 sourcetree第一次推送代码用户名密码输入错误,后面一直推送不上,也不提示输入用户名密码,咋整?...

注:这里输入的是关联github账号密码 转载于:https://my.oschina.net/u/2427561/blog/3102592...

2019-09-05 22:54:00 1666

转载 sec:authorize的使用

1、在.html页面引入spring security的命名空间<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org" xmlns:sec="http:...

2019-09-03 18:00:00 6199

转载 基于url的动态权限

方案一:扩展access()的SpEL表达式.anyRequest().access("@authService.canAcess(request,authentication)")方案二:自定义AccessDecisionManager(1)自定义SecurityMetadataSou...

2019-09-03 17:57:00 907

转载 动态加载角色

一、新增角色实体@Entitypublic class Role { @Id @GeneratedValue private long rid; private String name; //角色名 private String descprtion; /...

2019-08-13 21:24:00 196

转载 自定义登陆页面和主页

1、添加模版引擎<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</ar...

2019-08-13 21:22:00 408

转载 基于mysql数据库的身份认证和角色授权

一、生成mysql数据看表1、添加配置文件#生成mysql数据库表spring.jpa.database = mysqlspring.jpa.show-sql = truespring.jpa.hibernate.ddl-auto = create-drop2、启动生产如下两个...

2019-08-13 21:12:00 753

转载 基于内存数据库的身份认证和角色授权

一、引入依赖<!--https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa 使用jpa进行持久化--><dependency> &l...

2019-08-08 21:43:00 199

转载 基于内存的角色授权

一、如何给指定的用户指定角色(1)通过AuthenticationManagerBuilder的roles()方法,就可以指定角色。// 通过AuthenticationManagerBuilder的roles()方法,就可以指定角色。auth.inMemoryAuthenticatio...

2019-08-08 21:38:00 140

转载 基于认证的内存信息

步骤一:1、在内存初始化认证信息,重写WebSecurityConfigurerAdapter中的configure方法。@Configuration@EnableWebSecuritypublic class WebSecurityConfig extends WebSecurit...

2019-08-08 21:34:00 243

转载 初识spring security

一、spring security与shiro比较相同点(1)认证功能(2)授权功能(3)加密功能(4)会话功能(5)缓存支持(6)remeberMe功能不同点优点(1)spring security基于spring开发,项目中如果使用spring作为基础,配合spring...

2019-08-08 21:24:00 85

转载 mac各种环境安装及配置

1、mac中的快捷键https://jingyan.baidu.com/article/08b6a591aac09614a909224f.html2、安装java jdkhttps://blog.csdn.net/oumuv/article/details/840641693、inte...

2019-08-08 21:02:00 278

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除