A sample Spring-based application
Find a file
Philipp Pixel c602b83282
Support Java 11 JDK: replace maven plugin and legacy runtime libs
Cobertura is a maven plugin for test reporting. Cobertura is going to be
abandoned in terms of supporting Java versions >= 8. In order to natively
support Java 11 a different maven plugin was already used in the Jenkinsfile,
Jacoco. Jacoco is supports Java 11 out of the box. Only the already used
version needed a small upgrade to work.

Additionally, some runtime libraries are no longer bundled with Java 11
(like com.sun.* or Java EE libraries). These dependencies are now added
as explicit dependencies in the pom file.
2020-05-07 15:05:28 +02:00
.mvn/wrapper added missing .mvn folder needed for maven wrapper 2016-02-19 14:49:30 -06:00
docs Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
src Jenkins: Removes deploy application stage. 2017-12-12 09:25:47 +01:00
.editorconfig #96 change EditorConfig in order to impact other files than Java and XML (i.e.. jsp and html pages) 2015-10-16 18:21:12 +02:00
.gitignore Adds basic ansible deployment 2017-09-26 17:30:07 +02:00
.smeagol.yml Adds .smeagol.yml and renames smeagol main page 2017-10-09 15:02:25 +02:00
.springBeans using latest versions of hibernate, spring-data, joda... 2014-08-08 13:55:01 +08:00
.travis.yml Fix #78 Migrate to Bootstrap 3.x 2016-04-04 08:13:51 +02:00
docker-compose.yml Make mysql configuration more first class 2016-12-05 21:50:29 +00:00
Jenkinsfile Support Java 11 JDK: replace maven plugin and legacy runtime libs 2020-05-07 15:05:28 +02:00
mvnw Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
mvnw.cmd Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
pom.xml Support Java 11 JDK: replace maven plugin and legacy runtime libs 2020-05-07 15:05:28 +02:00
readme-petclinic.md Creates a CES-specific readme 2018-11-01 10:18:51 +01:00
README.md Fix typo 2018-12-07 08:03:15 +01:00
sonar-project.properties test methods:used should/shouldNot 2015-01-16 09:08:22 +08:00

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 Cloudogu EcoSystem. See demo.cloudogu.net.

We extended it by

For more details on petclinic, see also original spring petclinci readme.md.