文章标题 发表于 2019-04-20 | 分类于 Hexo | 阅读次数: ℃ 字数统计: 40 | 阅读时长 ≈ 1 你好你好你好csdn 12345678@Overridepublic Collection<? extends GrantedAuthority> getAuthorities() { List<SimpleGrantedAuthority> authorities = new ArrayList<>(); for (Role role : roles) { authorities.add(new SimpleGrantedAuthority(role.getName())); } return authorities;} -------------本文结束感谢您的阅读------------- 本文标题:文章标题 文章作者:Chet Yuan 发布时间:2019年04月20日 - 17:04 最后更新:2019年04月21日 - 02:04 原始链接:http://chetwhy.github.io/2019/04/20/文章标题/ 许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。