A sample Spring-based application
Find a file
Philipp Markiewka f8c219e32a Implements gitops flow
Signed-off-by: Philipp Markiewka <philipp.markiewka@cloudogu.com>
2020-11-04 14:44:18 +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
k8s Implements gitops flow 2020-11-04 14:44:18 +01:00
src Init for gitops flow 2020-10-26 15:11:32 +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/upgrade_to_latest_petclinic 2020-09-28 07:21:57 +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 Implements gitops flow 2020-11-04 14:44:18 +01: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 Implements gitops flow 2020-11-04 14:44:18 +01:00
readme-petclinic.md Merge branch 'main' of ssh://github.com/spring-projects/spring-petclinic into feature/upgrade_to_latest_petclinic 2020-09-28 07:21:57 +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.