spring-boot/spring-boot-samples/spring-boot-sample-web-secure
Dave Syer 809a5a711f Add a @EnableWebSecurity if it looks like the user needs one
If the user explicitly disables the basic security features and forgets to
@EnableWebSecurity, and yet still wants a bean of type
WebSecurityConfigurerAdapter, he is trying to use a custom
security setup and the app would fail in a confusing way without
this change.

Fixes gh-568
2014-03-25 12:19:56 +00:00
..
src Add a @EnableWebSecurity if it looks like the user needs one 2014-03-25 12:19:56 +00:00
pom.xml Convert all sample tests to @IntegrationTest where appropriate 2014-03-11 13:54:30 +00:00