Simple 'Hello World' application for Spring projects:
- JDK 8 or newer
- Maven
- SpringBoot
- Thymeleaf
- Java
- HTML
- Bootstrap
- Maven
Clone the repository:
git clone https://github.com/MichalFab/Spring-boot-Thymeleaf-starter-demo.git
Go to the created folder SpringBoot-Thymeleaf:
cd SpringBoot-Thymeleaf
Build the project:
mvn clean install
This creates a runnable jar in SpringBoot-Thymeleaf/target directory, and can be run:
java -jar target/springboot-thymeleaf-demo-0.0.1-SNAPSHOT.jar
File -> New -> Project from version control -> GIT
https://github.com/MichalFab/Spring-boot-Thymeleaf-starter-demo.git