BAEL-6581 - Skip Select Before Insert in Spring Data JPA

This commit is contained in:
ICKostiantyn.Ivanov
2024-02-09 09:32:08 +01:00
parent cc2d1bfb36
commit 6894e31e0d
13 changed files with 335 additions and 0 deletions
@@ -16,6 +16,11 @@
</parent>
<dependencies>
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-55</artifactId>
<version>3.7.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>