Merge branch '2.7.x' into 3.0.x
Closes gh-35689
This commit is contained in:
@@ -69,12 +69,12 @@ public class MongoProperties {
|
||||
private List<String> additionalHosts;
|
||||
|
||||
/**
|
||||
* Mongo database URI. Overrides host, port, username, password, and database.
|
||||
* Mongo database URI. Overrides host, port, username, and password.
|
||||
*/
|
||||
private String uri;
|
||||
|
||||
/**
|
||||
* Database name.
|
||||
* Database name. Overrides database in URI.
|
||||
*/
|
||||
private String database;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user