A sample Spring-based application
Find a file
2020-10-29 09:15:43 +01:00
.mvn/wrapper Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
.vscode Add ignores for vscode 2018-02-21 09:51:59 +00:00
docs Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
src fix code format issue 2020-10-29 09:15:43 +01:00
.editorconfig Change EditorConfig to reflect some files are indented with 2 spaces 2020-06-13 14:03:04 +01:00
.gitignore Merge branch 'main' of ssh://github.com/spring-projects/spring-petclinic into feature/migrate_petclinic_to_java_11 2020-09-24 09:25:56 +02:00
.smeagol.yml Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
.travis.yml Attempt to fix travis build by hardcoding Ubuntu dist 2019-06-21 12:27:16 +01:00
docker-compose.yml Re-organise mysql scripts so the app runs without root access 2020-01-03 05:29:11 -05:00
Jenkinsfile Support Java 11 JDK: replace maven plugin and legacy runtime libs 2020-05-07 15:05:28 +02:00
mvnw Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
mvnw.cmd Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
pom.xml Update java version to 11 2020-09-24 09:29:24 +02:00
readme-petclinic.md Merge branch 'main' of ssh://github.com/spring-projects/spring-petclinic into feature/migrate_petclinic_to_java_11 2020-09-24 09:25:56 +02:00
README.md Fix typo 2018-12-07 08:03:15 +01: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.