yujian
2020-07-01 ca0e816fe57482b8f43f22f7a0b6fe7c57a53f42
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 {
 
}