mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
If the user sets security.basic.enabled=false he has to remember to @EnableWebSecurity. Possibly we could be more helpful about the exception, but I think this might be pilot error. Fixes gh-568