JAVA-8794: Use spring.mongodb.embedded.version=3.5.5
This commit is contained in:
parent
0b42f57453
commit
bcbda9e7ff
|
@ -1,2 +1,4 @@
|
|||
#To use a randomly allocated free port during tests to avoid port conflict across tests
|
||||
spring.data.mongodb.port=0
|
||||
|
||||
spring.mongodb.embedded.version=3.5.5
|
||||
|
|
Loading…
Reference in New Issue