https://github.com/callicoder/spring-boot-thymeleaf-tour
Spring boot and Thymeleaf Starter Project
https://github.com/callicoder/spring-boot-thymeleaf-tour
spring spring-boot thymeleaf
Last synced: about 2 months ago
JSON representation
Spring boot and Thymeleaf Starter Project
- Host: GitHub
- URL: https://github.com/callicoder/spring-boot-thymeleaf-tour
- Owner: callicoder
- Created: 2017-07-04T08:10:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T10:12:32.000Z (over 3 years ago)
- Last Synced: 2025-04-19T08:34:29.154Z (2 months ago)
- Topics: spring, spring-boot, thymeleaf
- Language: Java
- Size: 49.8 KB
- Stars: 7
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Spring Boot and Thymeleaf Example
Build a simple Hello World application using Spring Boot and Thymeleaf
## Requirements
1. Java - 11
2. Maven - 3.x.x
## Steps to setup
**1. Clone the application**
```bash
git clone https://github.com/callicoder/spring-boot-thymeleaf-tour.git
```**2. Build and run the app using maven**
```bash
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 -
```bash
mvn spring-boot:run
```## Tutorial
You can find the tutorial for this application on my blog -