1
0
mirror of synced 2026-08-06 02:08:01 +00:00

SEC-2194: Add Java Config samples

This commit is contained in:
Rob Winch
2013-08-01 14:14:18 -05:00
parent 36418b964d
commit 388a4dd9db
435 changed files with 71210 additions and 51 deletions
+10
View File
@@ -0,0 +1,10 @@
This is the most basic sample web application for Spring Security.
If you have gradle installed, you can run the application directly from the checked out source tree, using the command
gradle jettyRun
This will start jetty on port 8080, with SSL support on port 8443.
The 'scripts' directory contains simple Unix command-line scripts for exercising the application and displaying the results.