Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 773 Bytes

File metadata and controls

28 lines (15 loc) · 773 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/hello/name

Rest Controller hello: http://localhost:8080/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