kolorobot / spring-boot-thymeleaf

A simple web application in Spring Boot and Thymeleaf
333 stars 256 forks source link

Spring Boot 2 and Thymeleaf with Maven

Prerequisites

Building the project

Clone the repository:

git clone https://github.com/kolorobot/spring-boot-thymeleaf

Navigate to the newly created folder:

cd spring-boot-thymeleaf

Run the project with:

./mvnw clean spring-boot:run

Navigate to:

http://localhost:8080

Login with: user and demo

Package the application

To package the project run:

./mvnw clean package

Screenshots

login

dasboard

On my blog:

Articles on my blog referencing to this project: