From 195903bdf791164eab2f0b0f2436726277abec65 Mon Sep 17 00:00:00 2001 From: Dave Syer <dsyer@pivotal.io> Date: Thu, 17 Nov 2016 10:58:51 +0000 Subject: [PATCH] Clarify nature of GitHub org split --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index adbccc3..74824e3 100644 --- a/readme.md +++ b/readme.md @@ -64,10 +64,16 @@ File -> Import -> Maven -> Existing Maven project ## Interesting Spring Petclinic branches and forks -The Spring Petclinic master branch is based on Spring Boot and Thymeleaf. But other branches may interest you. -Otherwise the GitHub [spring-petclinic](https://github.com/spring-petclinic) project is hosting Spring Petclinic forks. - -| Branch or fork | Main technologies | +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. There are quite a few forks 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. + +| Link | Main technologies | |----------------|-------------------| | [spring-framework-petclinic](https://github.com/spring-petclinic/spring-framework-petclinic) | Spring Framework XML configuration, JSP pages, 3 persistence layers: JDBC, JPA and Spring Data JPA | | [javaconfig branch](https://github.com/spring-petclinic/spring-framework-petclinic/tree/javaconfig) | Same frameworks as the [spring-framework-petclinic](https://github.com/spring-petclinic/spring-framework-petclinic) but with Java Configuration instead of XML | -- GitLab