A Mirror of Spring's PetClinic
Find a file
2018-12-07 08:03:15 +01:00
.mvn/wrapper added missing .mvn folder needed for maven wrapper 2016-02-19 14:49:30 -06:00
docs Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
src Jenkins: Removes deploy application stage. 2017-12-12 09:25:47 +01:00
.editorconfig #96 change EditorConfig in order to impact other files than Java and XML (i.e.. jsp and html pages) 2015-10-16 18:21:12 +02:00
.gitignore Adds basic ansible deployment 2017-09-26 17:30:07 +02:00
.smeagol.yml Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
.springBeans using latest versions of hibernate, spring-data, joda... 2014-08-08 13:55:01 +08:00
.travis.yml Fix #78 Migrate to Bootstrap 3.x 2016-04-04 08:13:51 +02:00
docker-compose.yml Make mysql configuration more first class 2016-12-05 21:50:29 +00:00
Jenkinsfile Jenkins: Adapts stage names to cloudogu best practices 2018-07-31 10:09:55 +02:00
mvnw Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
mvnw.cmd Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
pom.xml Adds integration test & edits Jenkins pipeline accordingly 2017-10-05 10:00:45 +02:00
readme-petclinic.md Creates a CES-specific readme 2018-11-01 10:18:51 +01:00
README.md Fix typo 2018-12-07 08:03:15 +01:00
sonar-project.properties test methods:used should/shouldNot 2015-01-16 09:08:22 +08:00

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 Cloudogu EcoSystem. See demo.cloudogu.net.

We extended it by

For more details on petclinic, see also original spring petclinci readme.md.