|
@@ -5,6 +5,7 @@ import org.springframework.amqp.core.BindingBuilder
|
|
import org.springframework.amqp.core.Queue
|
|
import org.springframework.amqp.core.Queue
|
|
import org.springframework.amqp.core.TopicExchange
|
|
import org.springframework.amqp.core.TopicExchange
|
|
import org.springframework.context.annotation.Bean
|
|
import org.springframework.context.annotation.Bean
|
|
|
|
+import org.springframework.context.annotation.Configuration
|
|
|
|
|
|
/**
|
|
/**
|
|
*
|
|
*
|
|
@@ -12,6 +13,7 @@ import org.springframework.context.annotation.Bean
|
|
* @date 2018/1/31
|
|
* @date 2018/1/31
|
|
* @url https://noahlan.com
|
|
* @url https://noahlan.com
|
|
*/
|
|
*/
|
|
|
|
+@Configuration
|
|
class RabbitConfig {
|
|
class RabbitConfig {
|
|
|
|
|
|
@Bean
|
|
@Bean
|