Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 815 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 815 Bytes

spring4-mvc-hello-world

Spring Mvc 4 Hello world example, with jsp view and rest controller and autowired service

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Ulrs

Controller hello: http://localhost:8080/helloworld/hello/name

Rest Controller hello: http://localhost:8080/helloworld/rest/hello/name

Running the tests

mvn clean install

Authors

  • Juan Enrique Alcázar Solomando - Initial work - jealcazars

License

This project is licensed under the MIT License - see the LICENSE.md file for details