admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
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 {
 
}