Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicobonel/spring-pet-clinic
Basic Spring Framework Pet Clinic Application to get a hold of Spring concepts
https://github.com/federicobonel/spring-pet-clinic
Last synced: 11 days ago
JSON representation
Basic Spring Framework Pet Clinic Application to get a hold of Spring concepts
- Host: GitHub
- URL: https://github.com/federicobonel/spring-pet-clinic
- Owner: FedericoBonel
- Created: 2022-02-20T04:06:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T02:18:59.000Z (over 2 years ago)
- Last Synced: 2024-03-04T06:38:54.849Z (11 months ago)
- Language: CSS
- Size: 524 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Pet Clinic
[![CircleCI](https://circleci.com/gh/FedericoBonel/spring-pet-clinic/tree/main.svg?style=svg&circle-token=e9edfc4051a68481eb2aef3b5f4188f3b436d4e0)](https://circleci.com/gh/FedericoBonel/spring-pet-clinic/tree/main)
## What's this?
A re-interpretation of the classic Spring Framework Pet Clinic Application. I originally developed it to get a robust hold of Spring concepts.
It's based on the original spring example application and provides the same functionalities, but it's different in its code and implementation (since it was made from scratch).
It could be seen as a "massive refactor", but I like to call it a "re-interpretation" because it's a whole new
development of the application as if it was new (mantaining the same front-end look and feel).## Tech in use
* SpringBoot
* Thymeleaf
* JQuery
* Lombok
* Mockito + JUnit5
* Spring MVC
* Spring Data JPA + Hibernate
* MySQL & H2 in memory database
* Much more!## Take a look at it!
![screenRecord](https://media2.giphy.com/media/9tVOjlIjGtBUFiYLDQ/giphy.gif?cid=790b76117e29ab15f32ec873cc519adfbbad5f5ecd02848b&rid=giphy.gif&ct=g)