murraco/spring-boot-jwt

Needs @EnableWebSecurity?

ellispritchard opened this issue · 1 comments

Without the addition of a @EnableWebSecurity annotation, the WebSecurityConfig class is never called.

@EnableGlobalMethodSecurity(prePostEnabled = true)

org.springframework.boot:spring-boot-starter-security:2.1.1-RELEASE

I see, good catch, I'm a bit outdated in terms of Spring Boot in general. I'll add this asap.