BAEL-5230 Added code and test for Fauna IoT application article (#12554)

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

* BAEL-5230 Removed secrets from the codebase

* BAEL-5230 Removed spring-boot-configuration-processor
This commit is contained in:
Dhawal Kapil
2022-08-05 00:59:43 +05:30
committed by GitHub
parent d24f73002a
commit 0dc36fdb43
10 changed files with 231 additions and 3 deletions
+8 -3
View File
@@ -3,11 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>fauna</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>fauna</name>
<description>Blogging Service built with FaunaDB</description>
<description>Code snippets for FaunaDB articles</description>
<parent>
<groupId>com.baeldung</groupId>
@@ -41,6 +39,13 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<!-- utils -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>