parent
7829e760da
commit
674f8fbb8d
|
|
@ -82,8 +82,7 @@ public class RabbitAutoConfiguration {
|
|||
|
||||
private final RabbitProperties properties;
|
||||
|
||||
protected RabbitConnectionFactoryCreator(RabbitProperties properties,
|
||||
ObjectProvider<RabbitConnectionDetails> connectionDetails) {
|
||||
protected RabbitConnectionFactoryCreator(RabbitProperties properties) {
|
||||
this.properties = properties;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue