web
[spring boot]cannot pass a null grantedauthority collection 해결방법
thdeodls85
2020. 7. 15. 17:44
[spring boot]cannot pass a null grantedauthority collection 해결방법
security 구현중인데..
역활을 설정 해야 한단다...
auth.inMemoryAuthentication().withUser("abc").password(passwordEncoder().encode("abc")).roles("user");