https://github.com/miguelprogrammer/api-rest-v4
Microservices in practice: implementing with Java and Spring | api-rest-v4 This study project is a continuation of the api-rest-v3 project.
https://github.com/miguelprogrammer/api-rest-v4
api-rest java17 jpa-hibernate lombok maven spring-boot tools
Last synced: about 2 months ago
JSON representation
Microservices in practice: implementing with Java and Spring | api-rest-v4 This study project is a continuation of the api-rest-v3 project.
- Host: GitHub
- URL: https://github.com/miguelprogrammer/api-rest-v4
- Owner: MiguelProgrammer
- Created: 2023-01-19T01:19:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T02:25:38.000Z (over 3 years ago)
- Last Synced: 2025-09-01T01:44:10.710Z (10 months ago)
- Topics: api-rest, java17, jpa-hibernate, lombok, maven, spring-boot, tools
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot | Api Rest -
Microservices in practice: implementing with Java and Spring | api-rest-v4 This study project is a continuation of the api-rest-v3 project.
Technologies used:
Mysql Connect j 
Flyway 
Bean Validation 
Spring Data 
Spring Dev Tools 
Lombok 
## Lombok
Annotations, it is super important to know how to deal with the annotations that our great friend Lombok offers us, it saves a lot of repetitive part in the development, however, one must be careful with certain types of annotations, in this blog Thorben Janssen sits the need to know the effects the use of annotations like @EqualsAndHashCode, I leave the link to learn more.