java-tutorials/spring-web-modules/spring-thymeleaf
sampadawagde 5b49805e3c JAVA-5223: Fix formatting of POMs (Spring Web Modules) 2021-05-17 20:23:25 +05:30
..
src JAVA-3543: Move spring-thymeleaf into spring-web-modules 2020-12-27 12:59:42 +01:00
README.md JAVA-3543: Move spring-thymeleaf into spring-web-modules 2020-12-27 12:59:42 +01:00
pom.xml JAVA-5223: Fix formatting of POMs (Spring Web Modules) 2021-05-17 20:23:25 +05:30

README.md

Spring Thymeleaf

This module contains articles about Spring with Thymeleaf

Relevant Articles:

Build the Project

mvn clean install

Run the Project

mvn cargo:run

  • note: starts on port '8082'

Access the pages using the URLs:

The first URL is the home page of the application. The home page has links to the second and third pages.

Security

The user/password required is: user1/user1Pass