Fix guides

This commit is contained in:
Rob Winch 2013-12-05 13:07:01 -06:00
parent fa39ecd719
commit fc6fc19eed
3 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ The next step is to create a Spring Security configuration.
* Right click the _spring-security-samples-{starter-appname}_ project the Package Explorer view
* Select *New->Class*
* Enter _spring-security-samples-insecuremvc/src/main/java_ for the *Source folder*
* Enter _org.springframework.security.samples.config_ for the *Package*
* Enter _SecurityConfig_ for the *Name*
* Click *Finish*