• Andy Wilkinson's avatar
    Bind embedded Mongo to configured host or loopback address · c58ebae4
    Andy Wilkinson authored
    Previously, the auto-configuration for embedded Mongo did not specify
    a bind IP so Mongo was started without one. This would lead to Mongo
    binding to all available network interfaces. This caused some friction
    with the Windows firewall as it would ask for permission every time
    embedded Mongo was launched.
    
    This commit updates the auto-configuration to use
    spring.data.mongodb.host to configure the bind IP for embedded Mongo.
    If spring.data.mongodb.host is null, the auto-configuration will use
    the loopback address instead.
    
    Closes gh-4630
    c58ebae4
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...