mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Creates a CES-specific readme
This commit is contained in:
parent
032c176eb2
commit
083e4eff69
2 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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 Clodugou
|
||||
EcoSystem. See [demo.cloudogu.net](https://cloudogu.com/en/#demo).
|
||||
|
||||
We extended it by
|
||||
|
||||
* a [Smeagol Wiki](https://github.com/cloudogu/smeagol) (see [Home.md](docs/Home.md))
|
||||
* an [integration test](src/test/java/org/springframework/samples/petclinic/owner/OwnerControllerITCase.java) (run with failsafe plugin, see [pom.xml](pom.xml))
|
||||
* a Jenkinsfile for building, testing and SonarQube analysis.
|
||||
|
||||
For more details on petclinic, see also [original spring petclinci readme.md](readme-petclinic.md).
|
Loading…
Reference in a new issue