Split SecurityAutoConfiguration

Spring Security 3.2 has a new annotation @EnableWebMvcSecurity that we
should use if MVC is being used.
This commit is contained in:
Dave Syer
2013-12-17 17:15:05 +00:00
parent 72bfd4ce68
commit 997b015d10
5 changed files with 235 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
<module>spring-boot-sample-jetty</module>
<module>spring-boot-sample-profile</module>
<module>spring-boot-sample-secure</module>
<module>spring-boot-sample-servlet</module>
<module>spring-boot-sample-simple</module>
<module>spring-boot-sample-tomcat</module>
<module>spring-boot-sample-traditional</module>