会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
梦见舟
Done is better than perfect
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
37
下一页
2018年4月30日
SpringSecurity 获取认证信息 和 认证实现
摘要: JdbcDaoImpl 实现获取认证信息 PasswordEncoder 实现具体认证过程
阅读全文
posted @ 2018-04-30 17:04 梦见舟
阅读(342)
评论(0)
推荐(0)
编辑
Spring Security核心类关系图
摘要: 以有限的脑力记忆无限的Knowledge,多画图,多画图,多画图。 核心类Authentication 和 GrantedAuthority AbstractAuthenticationToken 由多个GrantedAuthority组成 GrantedAuthority的实现 代表一个角色 参考
阅读全文
posted @ 2018-04-30 15:38 梦见舟
阅读(1136)
评论(0)
推荐(0)
编辑
2018年4月26日
Spring security 5 Authorize Configuration
摘要: 1. Spring Security 核心请求,认证配置类 WebSecurityConfigurerAdapter Ensures that any request to our application requires the user to be authenticated Allows us
阅读全文
posted @ 2018-04-26 17:55 梦见舟
阅读(261)
评论(0)
推荐(0)
编辑
2018年4月18日
固定技术栈
摘要: 1. 阿里云平台 2. JavaEE 3. Spring 4. Redis 5. ActiveMQ 6. Hibernate or mybatis 7. Spring boot 8. Spring cloud 参考文档: Spring中文网 https://springcloud.cc/
阅读全文
posted @ 2018-04-18 10:48 梦见舟
阅读(138)
评论(0)
推荐(0)
编辑
redis 指定端口 启动
摘要: 由于资源紧张 需要多创建一个redis实例 重新copy一份实例,然后修改redis.conf文件, 找到port 6379 处修改 端口号 6380 通过下面命令启动就好了 redis默认只允许本地访问,要使redis可以远程访问可以修改redis.conf 解决办法:注释掉bind 127.0.
阅读全文
posted @ 2018-04-18 10:08 梦见舟
阅读(24322)
评论(0)
推荐(0)
编辑
2018年4月8日
Spring 获取当前activeProfile
摘要: WebApplicationContext wac = WebApplicationContextUtils.getWebApplicationContext(getServletContext()); String profile = wac.getEnvironment().getActiveProfiles()[0];
阅读全文
posted @ 2018-04-08 08:50 梦见舟
阅读(5795)
评论(0)
推荐(0)
编辑
2018年4月4日
通过进程编号 查询 监听端口
摘要: 10997 为进程号
阅读全文
posted @ 2018-04-04 15:42 梦见舟
阅读(227)
评论(0)
推荐(0)
编辑
2018年4月3日
lombok 插件安装
摘要: 1. 下载地址: https://plugins.jetbrains.com/plugin/6317-lombok-plugin 2. 选择从本地安装。
阅读全文
posted @ 2018-04-03 20:45 梦见舟
阅读(175)
评论(0)
推荐(0)
编辑
业务日志打印
该文被密码保护。
阅读全文
posted @ 2018-04-03 11:48 梦见舟
阅读(1)
评论(0)
推荐(0)
编辑
idea 快捷键设置
摘要: 通过 点击放大镜然后按当前需要修改的快捷键找到需要修改的快捷键,更改成希望的快捷键
阅读全文
posted @ 2018-04-03 08:18 梦见舟
阅读(187)
评论(0)
推荐(0)
编辑
上一页
1
···
10
11
12
13
14
15
16
17
18
···
37
下一页
公告