1.初始化HttpSecurity对象 从前面的文章中,我们已经提到在WebSecurityConfigurerAdapter的初始化方法init()中,通过getHttp(...
![240](https://cdn2.jianshu.io/assets/default_avatar/11-4d7c6ca89f439111aff57b23be1c73ba.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:吉林
1.初始化HttpSecurity对象 从前面的文章中,我们已经提到在WebSecurityConfigurerAdapter的初始化方法init()中,通过getHttp(...
本系列docker学习都是在centos7下学习的。 1.容器放主机/主机访问容器 启动一个已经配置好JDK、tomcat的镜像,命名为tomcat01。 使用ro...
一 、什么是 Docker Docker 最初是 dotCloud 公司创始人 Solomon Hykes 在法国期间发起的一个公司内部项目,它是基于 dotCloud 公司...
参考:redis官方文档,Redis 复制、Sentinel的搭建和原理说明 Redis Sentinel(哨兵) 是redis自带的集群管理工具。目前官方推荐使用redis...