Skip to content

Greetings Web application based on Spring MVC featuring a REST JSON API and HTML user interface

License

Notifications You must be signed in to change notification settings

bergacat1/weathercatApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Greetings Web application based on Spring MVC featuring a REST JSON API and HTML user interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%