Update samples to declare repository already added

This commit is contained in:
Rob Winch
2013-12-06 14:44:21 -06:00
parent 6be4de854a
commit 548ed4e14a
4 changed files with 13 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
== Securing the application
Before securing your application, it is important to ensure that the existing application works as we did in <<running-the-{starter-appname}-application>>. Now that the application runs without security, we are ready to add security to our application. This section demonstrates the minimal steps to add Spring Security to a Spring MVC application.
Before securing your application, it is important to ensure that the existing application works as we did in <<running-the-{starter-appname}-application>>. Now that the application runs without security, we are ready to add security to our application. This section demonstrates the minimal steps to add Spring Security to our application.
=== Updating your dependencies