spring mvc sample
1.0.0
This is a Spring Boot template to be used as a basic project for teaching purposes but also as a starter kit for spring newcomers and students.
The project is a simple web application:
It is based on Spring boot 1.5.3.RELEASE and includes the following components:
Additionally, it includes the following helpful components:
For the web part, views are render via Servlets/JSP/JSTL and a webjar containing jquery is available.
You can launch the project via the following maven goal:
mvn spring-boot:run
After few seconds, the web application is available on http://localhost:8080/