Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

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