You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/MongoProperties.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,7 @@ public class MongoProperties {
59
59
privateIntegerport = null;
60
60
61
61
/**
62
-
* Mongo database URI. Cannot be set with host, port, credentials and replica set
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mongo/MongoPropertiesClientSettingsBuilderCustomizer.java
+9-27Lines changed: 9 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@
25
25
26
26
importorg.springframework.core.Ordered;
27
27
importorg.springframework.core.env.Environment;
28
-
importorg.springframework.util.Assert;
29
28
30
29
/**
31
30
* A {@link MongoClientSettingsBuilderCustomizer} that applies properties from a
@@ -49,20 +48,12 @@ public MongoPropertiesClientSettingsBuilderCustomizer(MongoProperties properties
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mongo/MongoPropertiesClientSettingsBuilderCustomizerTests.java
0 commit comments