An open API service indexing awesome lists of open source software.

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.

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.