Skip to content

dhavaln/spring-rest-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To run the integration tests included in this example with Maven use:

mvn verify

To deploy the web service on a jetty use:

mvn jetty:run

The web service is now available on http://localhost:9090

For test

1) Call http://localhost:9090/spring-rest-example/login with username, password and token (=test) parameter and it will create the security context

About

Spring MVC 3 REST Demo with Token based security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages