spring-boot/spring-boot-docs
Stephane Nicoll 8ad477537e Fail fast if both uri and client attributes are set
Previously, an URI and individual client attributes can be set to
configure the mongo client. In such a scenario, the URI is ignored.

This commit changes the URI to be "null" and the creation of the client
to fail if both the uri and client attributes are set. If no client
attributes are set, the uri is used as before.

Closes gh-6739
2016-10-03 11:29:20 +02:00
..
src Fail fast if both uri and client attributes are set 2016-10-03 11:29:20 +02:00
pom.xml Remove support for Velocity following its deprecation in 1.4 2016-09-29 15:44:36 +01:00