From 083e4eff69a7a0c242ab3d482c892efd41d7cd60 Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Thu, 1 Nov 2018 10:14:16 +0100 Subject: [PATCH] Creates a CES-specific readme --- README.md | 12 ++++++++++++ readme.md => readme-petclinic.md | 0 2 files changed, 12 insertions(+) create mode 100644 README.md rename readme.md => readme-petclinic.md (100%) diff --git a/README.md b/README.md new file mode 100644 index 000000000..a904d5bae --- /dev/null +++ b/README.md @@ -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). diff --git a/readme.md b/readme-petclinic.md similarity index 100% rename from readme.md rename to readme-petclinic.md