mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
A sample Spring-based application
![]() The spring.messages.basename property in application.properties does not support external paths like `file:/some/path/messages` so we set the property with `ReloadableResourceBundleMessageSource` where the `file:` notation is supported Signed-off-by: pmarkiewka <philipp.markiewka@cloudogu.com> |
||
---|---|---|
.mvn/wrapper | ||
.vscode | ||
docs | ||
k8s | ||
src | ||
.editorconfig | ||
.gitignore | ||
.smeagol.yml | ||
.travis.yml | ||
docker-compose.yml | ||
Jenkinsfile | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
readme-petclinic.md | ||
README.md |
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.