浏览代码

Move the unix scripts for the tutorial sample into a subdirectory

Luke Taylor 14 年之前
父节点
当前提交
fc00d7ef1d

+ 6 - 2
samples/tutorial/readme.txt

@@ -1,6 +1,10 @@
-Run the application directly from the checked out source tree, using the command
+This is the most basic sample web application for Spring Security.
 
-mvn jetty:run
+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.
+

+ 0 - 0
samples/tutorial/exec-list-as-peter → samples/tutorial/scripts/exec-list-as-peter


+ 0 - 0
samples/tutorial/exec-list-as-rod → samples/tutorial/scripts/exec-list-as-rod


+ 0 - 0
samples/tutorial/exec-list-no-auth → samples/tutorial/scripts/exec-list-no-auth


+ 0 - 0
samples/tutorial/exec-list-wrong-password → samples/tutorial/scripts/exec-list-wrong-password


+ 0 - 0
samples/tutorial/exec-post-as-peter → samples/tutorial/scripts/exec-post-as-peter


+ 0 - 0
samples/tutorial/exec-post-as-rod → samples/tutorial/scripts/exec-post-as-rod


+ 0 - 0
samples/tutorial/exec-post-no-auth → samples/tutorial/scripts/exec-post-no-auth


+ 0 - 0
samples/tutorial/exec-post-wrong-password → samples/tutorial/scripts/exec-post-wrong-password