# SpringBootWithThymeleaf **Repository Path**: smile2049/SpringBootWithThymeleaf ## Basic Information - **Project Name**: SpringBootWithThymeleaf - **Description**: spring boot with thymeleaf - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2017-04-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: -------------------- - [Java 8 Date & Time with Thymeleaf](http://blog.codeleak.pl/2015/11/how-to-java-8-date-time-with-thymeleaf.html) - [Spring Boot and Thymeleaf with Maven](http://blog.codeleak.pl/2014/04/how-to-spring-boot-and-thymeleaf-with-maven.html) - [Spring Boot Integration Testing with Selenium](http://blog.codeleak.pl/2015/03/spring-boot-integration-testing-with.html)