会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
风的低吟
博客园
首页
新随笔
联系
管理
订阅
2020年5月5日
spring security通过UserDetailsService方式当找不到用户时兼容i18n方法
摘要: throw new UsernameNotFoundException(null)即可
阅读全文
posted @ 2020-05-05 10:44 风的低吟
阅读(472)
评论(0)
推荐(0)
编辑
springboot普通类中获取i18对应的值
摘要: @Autowired //所有i18配置文件键值转换通过它实现 MessageSource messageSource; //LocaleContextHolder.getLocale()获取当前请求的locale,详情查看MessageSource 这个类 messageSource.getMes
阅读全文
posted @ 2020-05-05 10:41 风的低吟
阅读(379)
评论(0)
推荐(0)
编辑
公告