| | |
| | | import org.springframework.amqp.core.TopicExchange; |
| | | import org.springframework.amqp.rabbit.core.RabbitTemplate; |
| | | import org.springframework.beans.factory.annotation.Qualifier; |
| | | import org.springframework.stereotype.Component; |
| | | import org.springframework.util.CollectionUtils; |
| | | import org.springframework.util.ObjectUtils; |
| | | |
| | |
| | | * @author: lizijie |
| | | * @create: 2022-05-13 08:58 |
| | | **/ |
| | | @Component |
| | | public class RabbitMQInsertQiandengPark { |
| | | private static transient Logger logger = LoggerFactory.getLogger(RabbitMQInsertQiandengPark.class); |
| | | |