yujian
2020-06-11 1d2e2ee00ed42265fc0c45688d9040701543909f
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 {
 
}