yujian
2020-05-18 7fbc53b70fb459134a31199999cefc4bf5a13322
1
2
3
4
5
6
7
8
9
10
package com.yeshi.fanli.util.rocketmq.producer;
 
import org.springframework.stereotype.Component;
 
import com.aliyun.openservices.ons.api.bean.ProducerBean;
 
@Component
public class UserRocketMsgProducer extends ProducerBean {
 
}