yujian
2020-05-12 dcd464e78cf8160d0829f51cee705b1438d164a4
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 {
 
}