refactor the spring boot persistence mongodb module (#5829)

* added example code for BAEL-2366

* moved example code for BAEL-2366

* example code for BAEL-1961

* moved example code into integration test

* updated the test assertions

* refactor the spring boot persistence mongodb module

* remove redundant example code

* declared the spring boot persistence module in the root pom

* fixed issue with non-imported file
This commit is contained in:
Seun Matt
2018-12-03 17:03:41 +01:00
committed by maibin
parent 6b29e94a40
commit dcf28dd166
13 changed files with 137 additions and 22 deletions
+1
View File
@@ -479,6 +479,7 @@
<module>persistence-modules/spring-data-cassandra</module>
<module>persistence-modules/spring-data-couchbase-2</module>
<module>persistence-modules/spring-data-redis</module>
<module>persistence-modules/spring-boot-persistence-mongodb</module>
<module>reactor-core</module>
<module>resteasy</module>