Skip to content

Spring Boot application template with JDBC and Thymeleaf

Notifications You must be signed in to change notification settings

eustimenko/portfolio-thymeleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and launch process

Pre-build

Execute from mysql command-line the following commands:

  • create database thymeleaf DEFAULT CHARACTER SET utf8;
  • grant all privileges on thymeleaf.* to 'thymeleaf'@'localhost' identified by "thymeleaf";

Build, tests, running

  • Build: ./mvnw clean package

  • Tests: ./mvnw test

  • Running

    • Using spring-boot-maven-plugin: ./mvnw spring-boot:run

    • Using java: java -jar target/thymeleaf-1.0.0.jar

From Windows execute mvnw.cmd instead of ./mvnw

After running application go to http://localhost:8080 from your web browser

About

Spring Boot application template with JDBC and Thymeleaf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published