You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the Spring Practices Demo – a powerful Spring Boot application designed to support data JPA, pageable, and sorting with an intuitive Swagger interface. Explore and learn best practices in Java development, including efficient techniques with MapStruct, seamless database migration using Flyway, and more.
Goodreads book database with advanced filtering for custom searches. The service is built and tested using Spring Boot, PostgreSQL, Docker, and Postman. (In Progress)
Este projeto é um modelo de testes para a criação de um gerador de queries flexível o suficiente para permitir passar parâmetros para a geração de um where, order by ou até mesmo a chamada de uma procedure. Nesse exemplo, é passada uma query, são passados os critérios para a criação do where e o método Build é responsavio por retornar a string c…
this project demo criteria query by CriteriaBuilder and Specification of javax.persistence.criteria.* and org.springframework.data.jpa.domain.Specification