java-tutorials/spring-thymeleaf
sampadawagde 8f19db031e JAVA-2411: Update spring-thymeleaf module and articles 2020-09-12 17:54:33 +05:30
..
src
README.md
pom.xml JAVA-2411: Update spring-thymeleaf module and articles 2020-09-12 17:54:33 +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