对外:SecurityContextPersistenceFilter,SecurityContextRegister(HttpSessionSecurityContextR...
对外:SecurityContextPersistenceFilter,SecurityContextRegister(HttpSessionSecurityContextR...
项目地址:https://jihulab.com/liangjinquan17/springcloud[https://jihulab.com/liangjinquan17/...
list实现类说明 queue实现类说明
1. threadlocal简单介绍 threadlocal:线程私有变量,用于存储线程隔离的数据,目前我们会用来存储用户登录信息。 2. threadlocal常用函数 t...
记录修改次数,当并发操作的时候发现modcount次数不一样就报异常?!
ArrayList 源码解析 add方法,扩容机制原理ArrayList在我们平时工作当中,已经是熟悉不能在熟悉的一个集合类了,但是我们有思考过为什么要用ArrayList吗?我们都知道ArrayList底层数据结构是数组,那我...
1.基本用法有id集合,去除id为3的数值.如果是非stream用法代码如下: 新的用法: 2.stream流程list-->stream-->中间操作(ReferenceP...
什么是 Spring Cloud Gateway Spring Cloud Gateway 作为 Spring Cloud 生态系统中的网关,目标是替代 Netflix Zu...
项目地址:https://github.com/liangjinquan17/spring-security-demo[https://github.com/liangjin...
项目地址:https://github.com/liangjinquan17/spring-security-demo[https://github.com/liangjin...
项目地址:https://github.com/liangjinquan17/spring-security-demo[https://github.com/liangjin...
项目地址:https://github.com/liangjinquan17/spring-security-demo[https://github.com/liangjin...
1.搭建最最最基础的spring security oauth2项目地址github:https://github.com/liangjinquan17/spring-sec...
一、什么是OAuth2协议? OAuth 2.0 是一个关于授权的开放的网络协议,是目前最流行的授权机制。 数据的所有者告诉系统,同意授权第三方应用进入系统,获取这些数据。系...
前提 本文编写的时候使用的Spring Cloud Gateway版本为当时最新的版本Greenwich.SR1。 我们在使用Spring Cloud Gateway的时候,...
脚本里面有# server ip (要发送jar到服务器启动的服务器ip),这里设置自己的,然后必须免密登录,免密登录可以参考我的文章。
jenkins发布spring boot项目(附带发布+备份脚本)1.安装jenkins2.安装插件3.配置jenkins maven项目发布流程4.发布测试 1.安装,我们选择用docker版的(选用jenkinsci/blueocean...
1.安装jenkins2.安装插件3.配置jenkins maven项目发布流程4.发布测试 1.安装,我们选择用docker版的(选用jenkinsci/blueocean...
前言 单元测试是软件开发中必不可少的一环,但是在平常开发中往往因为项目周期紧,工作量大而被选择忽略,这样往往导致软件问题层出不穷。线上出现的不少问题其实在有单元测试的情况下就...