Skip to content

paulobatista/spring-boot-thymeleaf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot and Thymeleaf with Maven

  • Spring Boot with Maven and Spring IO Platform for dependency management
  • Web application (WAR) packaging as well as self-contained JAR
  • Thymeleaf with Java 8 Time (Java8TimeDialect)
  • WebJars
  • Selenium configuration included
  • Maven Wrapper included

Prerequisites

  • JDK 8 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

To package the project run:

mvnw clean package

Referenced articles:

About

A simple web application in Spring Boot and Thymeleaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 38.3%
  • HTML 35.2%
  • Shell 15.1%
  • Batchfile 10.7%
  • CSS 0.7%