java-tutorials/spring-thymeleaf
fanatixan dba41e16b0 working with booleans in thymeleaf (#4061) 2018-04-22 21:37:12 -07:00
..
src working with booleans in thymeleaf (#4061) 2018-04-22 21:37:12 -07:00
.gitignore How to work with dates in Thymeleaf (#960) 2017-01-08 09:01:41 -06:00
README.md working with booleans in thymeleaf (#4061) 2018-04-22 21:37:12 -07:00
pom.xml Bael 5927 (#4042) 2018-04-19 09:41:39 +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