Remove default spring.mongodb.embedded.version

See gh-27108
This commit is contained in:
bono007
2021-06-27 09:17:18 -05:00
committed by Andy Wilkinson
parent 870c64f849
commit d16ecab24b
8 changed files with 46 additions and 25 deletions

View File

@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Andy Wilkinson
*/
@ExtendWith(OutputCaptureExtension.class)
@SpringBootTest
@SpringBootTest(properties = "spring.mongodb.embedded.version=3.5.5")
class SampleMongoApplicationTests {
@Test

View File

@@ -1,2 +1,3 @@
spring.security.user.name=user
spring.security.user.password=password
spring.mongodb.embedded.version=3.5.5