svlada / springboot-security-jwt

Token-based authentication using Spring Boot and JWT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JwtSettings should not be annotated with @Configuration

sdeleuze opened this issue · comments

JwtSettings is a regular @ConfigurationProperties and should not been annotated with @Configuration with should be used to declare @Bean which is not relevant here.