My build.gradle contains:
compile('org.springframework.security:spring-security-web:4.1.3.RELEASE')
Did a "refresh all gradle projects" (im using IntelliJ!)
When i want to extend WebSecurityConfigurerAdapter
it says "Create class ...."
The namespace where WebSecurityConfigurerAdapter
should be is also not found...