BAEL-4290: tracking down cause of Spring's “not eligible for auto-proxying” (#10593)

This commit is contained in:
Maciej Główka
2021-03-30 17:53:35 +02:00
committed by GitHub
parent eb35265244
commit ac33d1d438
9 changed files with 258 additions and 0 deletions
+5
View File
@@ -25,6 +25,11 @@
<version>${spring-boot-starter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
</dependencies>
<build>