Skip to content

rwinch/spring-security-samples-securemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running SecureMail with Gradle

  1. Ensure you have java installed
  2. cd spring-security-samples-securemail
  3. 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

Running SecureMail in Spring Tool Suite

  1. Download STS http://www.springsource.com/downloads/sts I use 2.8.1.RELEASE
  2. Navigate to the Dashboard -> Extensions tab and install the following plugins:
    • Gradle Support
    • Groovy Eclipse
    • Scala IDE for Eclipse
  3. Import the Project with Gradle Eclipse plugin.
    • File-> Import... -> Gradle Project
    • Next >
    • Build Model
    • Ensure the project is selected and click Finish.
  4. Right click the project and click Run As -> Run on Server

About

Spring Security SecureMail Sample Application

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published