Add method security web sample

Useful sample for common use case where user adds custom Authentication,
a form login, *and* global method security all the the same application.
This commit is contained in:
Dave Syer
2014-03-03 14:01:56 +00:00
parent b0b7bc0e7f
commit 9504f6e5a9
11 changed files with 437 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
<module>spring-boot-sample-simple</module>
<module>spring-boot-sample-tomcat</module>
<module>spring-boot-sample-traditional</module>
<module>spring-boot-sample-web-method-security</module>
<module>spring-boot-sample-web-secure</module>
<module>spring-boot-sample-web-static</module>
<module>spring-boot-sample-web-jsp</module>