Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public static class MongoProperties extends org.springframework.boot.autoconfigu
* It defines how the application connects to a MongoDB cluster, such as single-node {@code SINGLE}
* or multi-node {@code MULTIPLE} or {@code LOAD_BALANCED} configurations.
*/
private ClusterConnectionMode mode = ClusterConnectionMode.SINGLE;
private ClusterConnectionMode mode;

/**
* The name of the MongoDB replica set to which the application should connect.
Expand Down
Loading