- Ensure you have java installed
- cd spring-security-samples-securemail
- Start the application with ./gradlew jettyRun or .\gradlew.bat jettyRun
Browse to http://localhost:8080/mail/
Login with [email protected] / penguin or [email protected] / lion
- Download STS http://www.springsource.com/downloads/sts I use 2.8.1.RELEASE
- Navigate to the Dashboard -> Extensions tab and install the following plugins:
- Gradle Support
- Groovy Eclipse
- Scala IDE for Eclipse
- Import the Project with Gradle Eclipse plugin.
- File-> Import... -> Gradle Project
- Next >
- Build Model
- Ensure the project is selected and click Finish.
- Right click the project and click Run As -> Run on Server