Merge pull request #69 from bsinno/remove_component_annotation_from_amqp_properties

👍 merged
This commit is contained in:
Kai Zimmermann
2016-03-05 14:47:06 +01:00

View File

@@ -10,14 +10,12 @@ package org.eclipse.hawkbit.amqp;
import org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
/**
* Bean which holds the necessary properties for configuring the AMQP
* connection.
*
*/
@Component
@ConfigurationProperties("hawkbit.dmf.rabbitmq")
public class AmqpProperties {
/**