gs-serving-web-content
gs-serving-web-content copied to clipboard
Serving Web Content with Spring MVC :: Learn how to create a web page with Spring MVC and Thymeleaf.
The guide at https://github.com/spring-guides/gs-serving-web-content doesnt seem to pull in the info for the 'what you need' section, nor the code example in 'Create a web controller', this shows: link:complete/src/main/resources/templates/greeting.html[] and...
Update the guide to use the most recent Spring Boot version. To do so, change the Spring Boot version in: initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml
Bumps the guide-dependencies-maven group with 1 update in the /complete directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-maven group with 1 update in the /initial directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.0 to 3.4.2...
Bumps the guide-dependencies-gradle group with 1 update in the /complete directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 1 update in the /initial directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.3.0 to 3.4.2...