mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
A sample Spring-based application
![]() By removing timestamp from build info file. This is helpful for git ops, because we using the image's repo digest, only changes to the code trigger a change in the GitOps repo. Right now, there still is this issue: https://github.com/paketo-buildpacks/builder/issues/45 |
||
---|---|---|
.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.