From 2ae9624cab5cf7c94bcf786afd54aeece0d9c59d Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Wed, 14 Nov 2018 08:25:35 +0100 Subject: [PATCH] Add a section about other Spring Petclinic forks --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 57bed69db..19b38ad43 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,16 @@ the host and port of your MySQL JDBC connection string. | Angular JS | [app.js, controllers and templates](spring-petclinic-ui/src/scripts/) | +## Interesting Spring Petclinic forks + +The Spring Petclinic master branch in the main [spring-projects](https://github.com/spring-projects/spring-petclinic) +GitHub org is the "canonical" implementation, currently based on Spring Boot and Thymeleaf. + +This [spring-petclinic-microservices](https://github.com/spring-petclinic/spring-petclinic-microservices/) project is one of the [several forks](https://spring-petclinic.github.io/docs/forks.html) +hosted in a special GitHub org: [spring-petclinic](https://github.com/spring-petclinic). +If you have a special interest in a different technology stack +that could be used to implement the Pet Clinic then please join the community there. + # Contributing