mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
Clarify nature of GitHub org split
This commit is contained in:
parent
131a588e09
commit
195903bdf7
1 changed files with 9 additions and 3 deletions
12
readme.md
12
readme.md
|
@ -64,10 +64,16 @@ File -> Import -> Maven -> Existing Maven project
|
||||||
|
|
||||||
## Interesting Spring Petclinic branches and forks
|
## Interesting Spring Petclinic branches and forks
|
||||||
|
|
||||||
The Spring Petclinic master branch is based on Spring Boot and Thymeleaf. But other branches may interest you.
|
The Spring Petclinic master branch in the main
|
||||||
Otherwise the GitHub [spring-petclinic](https://github.com/spring-petclinic) project is hosting Spring Petclinic forks.
|
[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.
|
||||||
|
|
||||||
| Branch or fork | Main technologies |
|
| 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 |
|
| [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 |
|
| [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 |
|
||||||
|
|
Loading…
Reference in a new issue