JAVA-2802 - Copied the separate draft code for Mongo DB Reactive Articles and configured it with persistence modules.

This commit is contained in:
anuragkumawat
2021-07-28 04:01:58 +05:30
parent 54f85ac6cd
commit dfe07885eb
46 changed files with 1691 additions and 5 deletions
+4 -5
View File
@@ -83,11 +83,6 @@
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
@@ -152,6 +147,10 @@
<h2.version>1.4.200</h2.version>
<couchbaseMock.version>1.5.23</couchbaseMock.version>
<reactor-core.version>3.3.1.RELEASE</reactor-core.version>
<!--
This spring-boot.version is set manually,
For upgrading this please refer http://team.baeldung.com/browse/JAVA-2802
-->
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
</properties>