Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 330 Bytes

spring-rest-skeleton

Bare bones Spring MVC app for REST applications built using gradle

  • To generate an eclipse project 'gradle eclipse'

  • To run the appliaction 'gradle clean jettyRun'

  • Notes: All controller responses are wrapped in a common object using the declared EndpointMessageConverter class.