A Mirror of Spring's PetClinic
Find a file
2021-01-30 23:02:20 +00:00
.mvn/wrapper Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
src removing ununsed checkstyle config files 2021-01-30 23:02:20 +00:00
.editorconfig adding checkstyle.xml and formatting the files 2021-01-30 21:48:02 +00:00
.gitignore Remove IDE specific configuration files 2020-11-29 11:39:01 +01:00
.travis.yml Only publish docker image from main branch 2021-01-28 12:01:57 +00:00
docker-compose.yml Re-organise mysql scripts so the app runs without root access 2020-01-03 05:29:11 -05:00
mvnw Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
mvnw.cmd Upgrade to Maven 3.6.3 and Maven Wrapper 0.5.6 2020-06-13 14:02:26 +01:00
pom.xml adding checkstyle.xml and formatting the files 2021-01-30 21:48:02 +00:00
readme.md updated readme with build and run instructions 2021-01-30 22:31:25 +00:00

Spring PetClinic Sample Application

Cloned from here, and adapted for my experiments.

Building it

./mvnw validate compile

Running it

./mvnw spring-boot:run -Dspring-boot.run.arguments=--server.port=8085