Needs @EnableWebSecurity?
ellispritchard opened this issue · 1 comments
ellispritchard commented
Without the addition of a @EnableWebSecurity
annotation, the WebSecurityConfig
class is never called.
org.springframework.boot:spring-boot-starter-security:2.1.1-RELEASE
murraco commented
I see, good catch, I'm a bit outdated in terms of Spring Boot in general. I'll add this asap.