瀏覽代碼

Updated spring and acegi version numbers in petclinic tutorial file.

Luke Taylor 17 年之前
父節點
當前提交
ac0e308354
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/site/apt/petclinic-tutorial.apt

+ 5 - 5
src/site/apt/petclinic-tutorial.apt

@@ -19,9 +19,9 @@ Tutorial: Adding Security to Spring Petclinic
 
     You will also need to download:
 
-    * Spring 2.0 M4 with dependencies ZIP file
-    
-    * Acegi Security 1.0.2
+    * Spring 2.0.6 with dependencies ZIP file
+
+    * Acegi Security 1.0.6
 
 
     Unzip both files. After unzipping Acegi Security, you'll need to unzip the
@@ -118,7 +118,7 @@ copy %acegi%\WEB-INF\lib\commons-codec-1.3.jar %spring%\samples\petclinic\war\WE
 * Start Petclinic's database
 
     Start the Hypersonic server (this is just normal Petclinic configuration):
-    
+
 +------------------------------------------------------
 cd %spring%\samples\petclinic\db\hsqldb
 server
@@ -203,7 +203,7 @@ copy dist\petclinic.war %TOMCAT_HOME%\webapps
 +------------------------------------------------------
 
     Next, scroll down and find the link to "add visit". Modify it as follows:
-    
+
 +------------------------------------------------------
 
 <authz:authorize ifAllGranted="ROLE_SUPERVISOR">