# spring-boot-thymeleaf-demo **Repository Path**: who7708/spring-boot-thymeleaf-demo ## Basic Information - **Project Name**: spring-boot-thymeleaf-demo - **Description**: petclinic with spring boot for thymeleaf - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring PetClinic + Thymeleaf Sample Application ## What's this? This is a thymeleaf-enabled version of the Spring PetClinic official sample application by SpringSource. The original application lives at https://github.com/SpringSource/spring-petclinic ## Running petclinic locally First, you will have to download it. If you have a local installation of git, you can do it by simply cloning this repository: ``` git clone https://github.com/thymeleaf/thymeleafexamples-petclinic.git ``` If you don't have git installed, you can download a `.zip` by pressing on the *Download zip* button in the upper side of this page. Once downloaded, the application can be locally started with: ``` mvn spring-boot:run ``` Which will start a Tomcat server you can access at: http://localhost:8080/petclinic/ ## [Spring-Boot-2.0-Migration-Guide](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide)