A sample Spring-based application
Find a file
Johannes Schnatterer 5904ceaa5e
Fix message not being loaded, when no SPRING_MESSAGES_BASENAME is set.
Otherwise for example the welcome screen shows "??welcome_en_US??"
2021-08-10 16:23:37 +02: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 Service: Refer to targetPort name. 2020-11-05 16:19:10 +01:00
src Fix message not being loaded, when no SPRING_MESSAGES_BASENAME is set. 2021-08-10 16:23:37 +02: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 Keep local Maven Repo. 2020-11-09 17:48:10 +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 Make build reproducible. 2020-11-10 10:25:37 +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 Polishing during review 2020-11-05 11:20:21 +01:00

Spring PetClinic Sample Application for cloudogu/k8s-gitops-playground

This is the well-known spring sample application petclinic that has been extended to be a showcase for GitOps. See cloudogu/k8s-gitops-playground.

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