BAEL-5639: added code samples for the article

This commit is contained in:
emanueltrandafir1993
2022-07-02 17:55:17 +02:00
parent 48b451fd70
commit c3d805e5c0
8 changed files with 128 additions and 0 deletions
+9
View File
@@ -14,6 +14,15 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>