https://github.com/hellokoding/springmvc4-xml-maven-thymeleaf
Spring MVC 4 Hello World Example with XML Configurations, Maven, and Thymeleaf
https://github.com/hellokoding/springmvc4-xml-maven-thymeleaf
hello-world java spring-mvc thymeleaf xml-configuration
Last synced: 5 months ago
JSON representation
Spring MVC 4 Hello World Example with XML Configurations, Maven, and Thymeleaf
- Host: GitHub
- URL: https://github.com/hellokoding/springmvc4-xml-maven-thymeleaf
- Owner: hellokoding
- License: mit
- Created: 2015-09-25T01:49:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T23:13:33.000Z (over 7 years ago)
- Last Synced: 2025-04-01T15:09:57.578Z (6 months ago)
- Topics: hello-world, java, spring-mvc, thymeleaf, xml-configuration
- Language: HTML
- Homepage: https://hellokoding.com/spring-mvc-4-hello-world-example-with-xml-configuration-maven-and-thymeleaf/
- Size: 37.1 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring MVC 4 Hello World Example with XML Configurations, Maven, and Thymeleaf
## Guide
https://hellokoding.com/spring-mvc-4-hello-world-example-with-xml-configuration-maven-and-thymeleaf/## Prerequisites
- JDK 1.8 or later- Maven 3 or later
## Stack
- Spring MVC 4- Thymeleaf
## Run
`mvn jetty:run`