Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

parent adba7f7e
......@@ -18,7 +18,7 @@ package com.jeequan.jeepay.components.mq.constant;
/**
* 定义MQ消息类型
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/23 16:49
*/
public enum MQSendTypeEnum {
......
......@@ -19,7 +19,7 @@ package com.jeequan.jeepay.components.mq.constant;
* MQ 厂商定义类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/23 16:50
*/
public class MQVenderCS {
......
......@@ -27,7 +27,7 @@ import java.util.concurrent.ThreadPoolExecutor;
* MQ 线程池配置
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:33
*/
@Configuration
......
......@@ -21,7 +21,7 @@ import com.jeequan.jeepay.components.mq.constant.MQSendTypeEnum;
* 定义MQ消息格式
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 15:33
*/
public abstract class AbstractMQ {
......
......@@ -30,7 +30,7 @@ import java.util.List;
* 业务场景: [ 清除商户登录信息 ]
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 15:25
*/
@Data
......
......@@ -29,7 +29,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 支付订单的商户通知消息 ]
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 15:25
*/
@Data
......
......@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 支付订单补单(一般用于没有回调的接口,比如微信的条码支付) ]
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 15:25
*/
@Data
......
......@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 更新系统配置参数 ]
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 15:25
*/
@Data
......
......@@ -28,7 +28,7 @@ import lombok.NoArgsConstructor;
* 业务场景: [ 更新服务商/商户/商户应用配置信息 ]
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 15:25
*/
@Data
......
......@@ -19,7 +19,7 @@ package com.jeequan.jeepay.components.mq.vender;
* MQ 消息接收器 接口定义
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/21 16:09
*/
public interface IMQMsgReceiver {
......
......@@ -21,7 +21,7 @@ import com.jeequan.jeepay.components.mq.model.AbstractMQ;
* MQ 消息发送器 接口定义
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/21 16:09
*/
public interface IMQSender {
......
......@@ -35,7 +35,7 @@ import java.util.concurrent.ConcurrentHashMap;
* activeMQ的配置项
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/23 16:51
*/
@Component
......
......@@ -30,7 +30,7 @@ import javax.jms.TextMessage;
* activeMQ 消息发送器的实现
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/23 16:52
*/
@Component
......
......@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* 业务: 清除商户登录信息
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 17:06
*/
@Component
......
......@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* 业务: 支付订单商户通知
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 17:06
*/
@Component
......
......@@ -31,7 +31,7 @@ import org.springframework.stereotype.Component;
* 业务: 支付订单补单(一般用于没有回调的接口,比如微信的条码支付)
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 17:06
*/
@Component
......
......@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
* 业务: 更新系统配置参数
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 17:06
*/
@Component
......
......@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
* 业务: 更新服务商/商户/商户应用配置信息;
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/22 17:06
*/
@Component
......
......@@ -37,7 +37,7 @@ import java.util.Map;
* 4. 动态配置RabbitMQ所需的bean。
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/23 16:27
*/
@Configuration
......
......@@ -38,7 +38,7 @@ import java.util.Set;
* 3. 将Queue模式绑定到延时消息的交换机
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/23 16:33
*/
@Component
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment