BAEL-5230 Added code and test for Fauna IoT application article

This commit is contained in:
Dhawal Kapil
2022-07-31 18:10:51 +05:30
parent 8db0d7b277
commit 0b81bf5e45
10 changed files with 235 additions and 0 deletions
+12
View File
@@ -41,6 +41,18 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- utils -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>