Skip to content

kolorobot/spring-boot-thymeleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot 2 and Thymeleaf with Maven

  • Spring Boot 2
  • Web application (WAR) packaging as well as self-contained JAR
  • Thymeleaf with following dialects: Java 8 Time, Layout and Security
  • WebJars

Prerequisites

  • JDK 11 and JAVA_HOME environment variable set

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

login

  • Dashboard

dasboard

On my blog:

Articles on my blog referencing to this project:

About

A simple web application in Spring Boot and Thymeleaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published