Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spring-petclinic/spring-petclinic-data-jdbc
Spring Data JDBC version of the Spring Boot Petclinic
https://github.com/spring-petclinic/spring-petclinic-data-jdbc
java spring-boot spring-data spring-data-jdbc
Last synced: 3 days ago
JSON representation
Spring Data JDBC version of the Spring Boot Petclinic
- Host: GitHub
- URL: https://github.com/spring-petclinic/spring-petclinic-data-jdbc
- Owner: spring-petclinic
- Created: 2018-10-09T20:21:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:15:08.000Z (5 months ago)
- Last Synced: 2024-12-13T13:03:01.909Z (10 days ago)
- Topics: java, spring-boot, spring-data, spring-data-jdbc
- Language: Java
- Size: 6.3 MB
- Stars: 103
- Watchers: 8
- Forks: 124
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Spring PetClinic Sample Application built with Spring Data JDBC
![Build Maven](https://github.com/spring-petclinic/spring-petclinic-data-jdbc/workflows/Build%20Maven/badge.svg)This is a branch of the official [Spring PetClinic](https://github.com/spring-projects/spring-petclinic) application with domain & persistence layer built with [Spring Data JDBC](https://projects.spring.io/spring-data-jdbc/) instead of [Spring Data JPA](https://projects.spring.io/spring-data-jpa/).
Additionally:
- uses [TestContainers](http://testcontainers.org/) to spin up MySQL during integtation tests
Check original project [readme](https://github.com/spring-projects/spring-petclinic/blob/master/readme.md) for introduction the project, how to run, and how to contribute.
## Understanding the Spring Petclinic application with a few diagrams
[See the presentation here](http://fr.slideshare.net/AntoineRey/spring-framework-petclinic-sample-application)
## 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-data-jdbc](https://github.com/spring-petclinic/spring-petclinic-data-jdbc) 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.