Problem
Unable to create HttpSecurity Bean
The reason of error
It can create an HttpSecurity Bean by importing the HttpSecurityConfiguration class with the @EnableWebSecurity annotation
How to solve
Add annotation @HttpSecurityConfiguration
Unable to create HttpSecurity Bean
It can create an HttpSecurity Bean by importing the HttpSecurityConfiguration class with the @EnableWebSecurity annotation
Add annotation @HttpSecurityConfiguration
A new version of content is available.