Spring Mvc 4 Hello world example, with jsp view and rest controller and autowired service
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Controller hello: http://localhost:8080/helloworld/hello/name
Rest Controller hello: http://localhost:8080/helloworld/rest/hello/name
mvn clean install
- Juan Enrique Alcázar Solomando - Initial work - jealcazars
This project is licensed under the MIT License - see the LICENSE.md file for details