From 7295e09ecae48892633e4f9ca3958d9f2361d0bd Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Wed, 10 Oct 2018 18:48:54 +0200 Subject: [PATCH] Add reference to the Spring Data JDBC version of Spring Petclinic --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 42ee7376a..6f67981cb 100644 --- a/readme.md +++ b/readme.md @@ -110,6 +110,7 @@ there. | [spring-petclinic-graphql][] | GraphQL version based on React Appolo, TypeScript and GraphQL Spring boot starter | | [spring-petclinic-kotlin][] | Kotlin version of [spring-petclinic][] | | [spring-petclinic-rest][] | Backend REST API | +| [spring-petclinic-data-jdbc][] | The Spring Data JPA persistence layer of [spring-petclinic][] has been replaced by Spring Data JDBC | ## Interaction with other open source projects @@ -144,3 +145,4 @@ The Spring PetClinic sample application is released under version 2.0 of the [Ap [spring-petclinic-graphql]: https://github.com/spring-petclinic/spring-petclinic-graphql [spring-petclinic-kotlin]: https://github.com/spring-petclinic/spring-petclinic-kotlin [spring-petclinic-rest]: https://github.com/spring-petclinic/spring-petclinic-rest +[spring-petclinic-data-jdbc]: https://github.com/spring-petclinic/spring-petclinic-data-jdbc