Bianca MagriUnderstanding `DataSourceAutoConfiguration` in Spring BootIn Spring Boot, many features are automatically configured to simplify application development. One of these is the…2d ago
Berat YesbekHibernate, JPA, Spring DATA JPA, Hibernate Proxy and ArchitecturesWhy should we use ORM Tools?Jan 293
VinotechOne To One mapping in Spring Boot JPAOne-to-One mapping is a type of relationship between two entities where each record in one table is associated with exactly one record in…Sep 6Sep 6
Bolot KasybekovN+1 problem in Spring Data JPAAs you keep on diving into the world of Java and Spring boot, I’ll definetely come across N+1 query problem. This issue degrades the…Dec 1Dec 1
Bianca MagriUnderstanding `DataSourceAutoConfiguration` in Spring BootIn Spring Boot, many features are automatically configured to simplify application development. One of these is the…2d ago
Berat YesbekHibernate, JPA, Spring DATA JPA, Hibernate Proxy and ArchitecturesWhy should we use ORM Tools?Jan 293
VinotechOne To One mapping in Spring Boot JPAOne-to-One mapping is a type of relationship between two entities where each record in one table is associated with exactly one record in…Sep 6
Bolot KasybekovN+1 problem in Spring Data JPAAs you keep on diving into the world of Java and Spring boot, I’ll definetely come across N+1 query problem. This issue degrades the…Dec 1
RishiThe Guide to Spring Data JPA: From Basics to Deep DiveSpring Data JPA is a powerful tool in the Spring ecosystem, designed to simplify data persistence and access by abstracting the…Dec 2
InThe Fresh WritesbyAmila IroshanException Handling — Spring Boot REST APIThe purpose of this article is how we can configure error/exception handling of a Spring Boot application to bring any error inside the…Jan 274
Bolot KasybekovSpring Data JPA RepositorySpring Data JPA repository is a core feature of the Spring Data project that simplifies the implementation of data access layers in…Nov 16