Skip to content

RameshMF/spring-boot-thymeleaf-tour

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot and Thymeleaf Example

Build a simple Hello World application using Spring Boot and Thymeleaf

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

Steps to setup

1. Clone the application

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

2. Build and run the app using maven

cd spring-boot-thymeleaf-tour
mvn package
java -jar target/thymeleaf-tour-0.0.1-SNAPSHOT.jar

You can also run the app without packaging it using -

mvn spring-boot:run

Tutorial

You can find the tutorial for this application on my blog -

https://www.callicoder.com/spring-boot-maven-thymeleaf-tutorial/

About

Spring boot and Thymeleaf Starter Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 61.3%
  • CSS 20.9%
  • HTML 17.8%