java-tutorials/spring-thymeleaf
mikr c60c6c7c53 JAVA-93 Remove Page class 2020-07-21 11:21:22 +02:00
..
src JAVA-93 Remove Page class 2020-07-21 11:21:22 +02:00
README.md JAVA-2107: Updated README files for article move 2020-07-14 16:09:28 +05:30
pom.xml [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00

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