spring-boot/spring-boot-autoconfigure
Andy Wilkinson 64599261a5 Allow mongo port, host, and credentials to be configured individually
Previously, the host had to have a custom value for the configuration
of the port or credentials (username and password) to take effect. This
meant, for example, that you couldn’t just set the port or just set the
username and password while using the default host.

This commit allows the port or username and password to be configured
without also configuring the host. The default host (localhost) and
port (27017) are retained.

Fixes gh-2008
2014-11-26 17:34:21 +00:00
..
src Allow mongo port, host, and credentials to be configured individually 2014-11-26 17:34:21 +00:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Next development version 2014-11-11 17:12:24 -08:00