• Andy Wilkinson's avatar
    Allow mongo port, host, and credentials to be configured individually · 64599261
    Andy Wilkinson authored
    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
    64599261
Name
Last commit
Last update
..
amqp Loading commit data...
aop Loading commit data...
batch Loading commit data...
condition Loading commit data...
data Loading commit data...
elasticsearch Loading commit data...
flyway Loading commit data...
freemarker Loading commit data...
groovy/template Loading commit data...
hateoas Loading commit data...
integration Loading commit data...
jackson Loading commit data...
jdbc Loading commit data...
jms Loading commit data...
jmx Loading commit data...
liquibase Loading commit data...
logging Loading commit data...
mobile Loading commit data...
mongo Loading commit data...
orm/jpa Loading commit data...
reactor Loading commit data...
redis Loading commit data...
security Loading commit data...
social Loading commit data...
thymeleaf Loading commit data...
velocity Loading commit data...
web Loading commit data...
AdhocTestSuite.java Loading commit data...
AutoConfigurationPackagesTests.java Loading commit data...
AutoConfigurationReproTests.java Loading commit data...
AutoConfigurationSorterTests.java Loading commit data...
AutoConfigureConfigurationClassTests.java Loading commit data...
EarlyInitFactoryBean.java Loading commit data...
MessageSourceAutoConfigurationIntegrationTests.java Loading commit data...
MessageSourceAutoConfigurationProfileTests.java Loading commit data...
MessageSourceAutoConfigurationTests.java Loading commit data...
PropertyPlaceholderAutoConfigurationTests.java Loading commit data...
SpringJUnitTests.java Loading commit data...
TestAutoConfigurationPackage.java Loading commit data...
TestAutoConfigurationPackageRegistrar.java Loading commit data...