Creates a CES-specific readme

This commit is contained in:
Johannes Schnatterer 2018-11-01 10:14:16 +01:00
parent 032c176eb2
commit 083e4eff69
2 changed files with 12 additions and 0 deletions

12
README.md Normal file
View 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).