java-tutorials/spring-thymeleaf
KevinGilmore a529a53c5f
Update README files (#4065)
* BAEL-1612: Update README

* BAEL-1562: Update README

* BAEL-1562: Update README
2018-04-24 21:50:57 -05: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 Update README files (#4065) 2018-04-24 21:50:57 -05: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