Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 704 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 704 Bytes

GreetingsApp

Build Status

This is a simple Spring demo of a Greetings application providing a RESTFul JSON API also available from an HTML user interface. It features:

  • Spring MVC with Content Negotiation
  • Spring Data JPA/Hibernate persistence over HSQL and Heroku PostgreSQL
  • Unit Testing
  • Spring Cucumber acceptance tests
  • Simple CORS Filter
  • Travis Continuous Integration
  • ...

To run locally, first build WAR package:

mvn package

Then run embedded Tomcat server:

mvn exec:exec

The application will be available at http://localhost:8080/greetings