java-tutorials/spring-thymeleaf
amit2103 f2128ad054 Bael 5249 cleanup (#4108)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
..
src [BAEL-1671] Iteration in Thymeleaf (#3987) 2018-04-26 12:44:41 +02:00
.gitignore How to work with dates in Thymeleaf (#960) 2017-01-08 09:01:41 -06:00
README.md Update README files (#4065) 2018-04-24 21:50:57 -05:00
pom.xml Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00

README.md

=========

Spring Thymeleaf Example Project

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