https://github.com/thymeleaf/thymeleafexamples-petclinic
Spring PetClinic + Thymeleaf- Companion application for the "Bringing Thymeleaf and Natural Templates to the Spring PetClinic" article at the Thymeleaf website: http://www.thymeleaf.org/doc/articles/petclinic.html
https://github.com/thymeleaf/thymeleafexamples-petclinic
Last synced: 11 months ago
JSON representation
Spring PetClinic + Thymeleaf- Companion application for the "Bringing Thymeleaf and Natural Templates to the Spring PetClinic" article at the Thymeleaf website: http://www.thymeleaf.org/doc/articles/petclinic.html
- Host: GitHub
- URL: https://github.com/thymeleaf/thymeleafexamples-petclinic
- Owner: thymeleaf
- License: apache-2.0
- Created: 2012-05-22T19:33:47.000Z (almost 14 years ago)
- Default Branch: 2.1-master
- Last Pushed: 2023-05-29T11:44:08.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T22:12:15.570Z (11 months ago)
- Language: Java
- Homepage: http://www.thymeleaf.org
- Size: 811 KB
- Stars: 155
- Watchers: 23
- Forks: 408
- Open Issues: 14
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- License: LICENSE.txt
Awesome Lists containing this project
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 tomcat7:run
```
Which will start a Tomcat server you can access at: http://localhost:8080/petclinic/