Re-enable Spring Data REST multi-store example.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<dependency>
|
||||
<groupId>de.flapdoodle.embed</groupId>
|
||||
<artifactId>de.flapdoodle.embed.mongo</artifactId>
|
||||
<version>4.16.2</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# Random port for embedded MongoDB
|
||||
spring.data.mongodb.port=0
|
||||
spring.mongodb.embedded.version=3.6.0
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<modules>
|
||||
<module>starbucks</module>
|
||||
<!-- <module>multi-store</module> -->
|
||||
<module>multi-store</module>
|
||||
<module>projections</module>
|
||||
<module>security</module>
|
||||
<module>headers</module>
|
||||
|
||||
Reference in New Issue
Block a user