mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
A Mirror of Spring's PetClinic
.mvn/wrapper | ||
docs | ||
src | ||
.editorconfig | ||
.gitignore | ||
.smeagol.yml | ||
.springBeans | ||
.travis.yml | ||
docker-compose.yml | ||
Jenkinsfile | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
readme-petclinic.md | ||
README.md | ||
sonar-project.properties |
Spring PetClinic Sample Application (Cloudogu Ecosystem)
This is the well-known spring sample application petclinic that has been extended to be a showcase for the Clodugou EcoSystem. See demo.cloudogu.net.
We extended it by
- a Smeagol Wiki (see Home.md)
- an integration test (run with failsafe plugin, see pom.xml)
- a Jenkinsfile for building, testing and SonarQube analysis.
For more details on petclinic, see also original spring petclinci readme.md.