Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
cf1387fd
Commit
cf1387fd
authored
Jul 29, 2021
by
terrfly
Browse files
变更文件site
parent
adba7f7e
Changes
284
Hide whitespace changes
Inline
Side-by-side
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/RabbitMQSender.java
View file @
cf1387fd
...
@@ -28,7 +28,7 @@ import org.springframework.stereotype.Component;
...
@@ -28,7 +28,7 @@ import org.springframework.stereotype.Component;
* rabbitMQ 消息发送器的实现
* rabbitMQ 消息发送器的实现
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/23 16:52
* @date 2021/7/23 16:52
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/receive/CleanMchLoginAuthCacheRabbitMQReceiver.java
View file @
cf1387fd
...
@@ -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.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/receive/PayOrderMchNotifyRabbitMQReceiver.java
View file @
cf1387fd
...
@@ -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.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/receive/PayOrderReissueRabbitMQReceiver.java
View file @
cf1387fd
...
@@ -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.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/receive/ResetAppConfigRabbitMQReceiver.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Component;
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Component;
* 业务: 更新系统配置参数
* 业务: 更新系统配置参数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rabbitmq/receive/ResetIsvMchAppInfoRabbitMQReceiver.java
View file @
cf1387fd
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Component;
...
@@ -34,7 +34,7 @@ import org.springframework.stereotype.Component;
* 业务: 更新服务商/商户/商户应用配置信息
* 业务: 更新服务商/商户/商户应用配置信息
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rocketmq/RocketMQSender.java
View file @
cf1387fd
...
@@ -32,7 +32,7 @@ import java.util.TreeMap;
...
@@ -32,7 +32,7 @@ import java.util.TreeMap;
* rocketMQ 消息发送器的实现
* rocketMQ 消息发送器的实现
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/26 11:52
* @date 2021/7/26 11:52
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rocketmq/receive/CleanMchLoginAuthCacheRocketMQReceiver.java
View file @
cf1387fd
...
@@ -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.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rocketmq/receive/PayOrderMchNotifyRocketMQReceiver.java
View file @
cf1387fd
...
@@ -32,7 +32,7 @@ import org.springframework.stereotype.Component;
...
@@ -32,7 +32,7 @@ import org.springframework.stereotype.Component;
* 业务: 支付订单商户通知
* 业务: 支付订单商户通知
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rocketmq/receive/PayOrderReissueRocketMQReceiver.java
View file @
cf1387fd
...
@@ -32,7 +32,7 @@ import org.springframework.stereotype.Component;
...
@@ -32,7 +32,7 @@ import org.springframework.stereotype.Component;
* 业务: 支付订单补单(一般用于没有回调的接口,比如微信的条码支付)
* 业务: 支付订单补单(一般用于没有回调的接口,比如微信的条码支付)
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rocketmq/receive/ResetAppConfigRocketMQReceiver.java
View file @
cf1387fd
...
@@ -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.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-mq/src/main/java/com/jeequan/jeepay/components/mq/vender/rocketmq/receive/ResetIsvMchAppInfoRocketMQReceiver.java
View file @
cf1387fd
...
@@ -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.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/22 17:06
* @date 2021/7/22 17:06
*/
*/
@Component
@Component
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/config/AliyunOssYmlConfig.java
View file @
cf1387fd
...
@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
...
@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
* aliyun oss 的yml配置参数
* aliyun oss 的yml配置参数
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/12 18:18
* @date 2021/7/12 18:18
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/config/OssYmlConfig.java
View file @
cf1387fd
...
@@ -24,7 +24,7 @@ import org.springframework.stereotype.Component;
...
@@ -24,7 +24,7 @@ import org.springframework.stereotype.Component;
* 系统Yml配置参数定义Bean
* 系统Yml配置参数定义Bean
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021-04-27 15:50
* @date 2021-04-27 15:50
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/constant/OssSavePlaceEnum.java
View file @
cf1387fd
...
@@ -18,7 +18,7 @@ package com.jeequan.jeepay.components.oss.constant;
...
@@ -18,7 +18,7 @@ package com.jeequan.jeepay.components.oss.constant;
/*
/*
* oss 存储位置
* oss 存储位置
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/12 10:48
* @date 2021/7/12 10:48
*/
*/
public
enum
OssSavePlaceEnum
{
public
enum
OssSavePlaceEnum
{
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/constant/OssServiceTypeEnum.java
View file @
cf1387fd
...
@@ -20,7 +20,7 @@ import lombok.Getter;
...
@@ -20,7 +20,7 @@ import lombok.Getter;
/*
/*
* oss 服务枚举值
* oss 服务枚举值
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/12 10:48
* @date 2021/7/12 10:48
*/
*/
@Getter
@Getter
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/ctrl/OssFileController.java
View file @
cf1387fd
...
@@ -31,7 +31,7 @@ import org.springframework.web.multipart.MultipartFile;
...
@@ -31,7 +31,7 @@ import org.springframework.web.multipart.MultipartFile;
* 统一文件上传接口(ossFile)
* 统一文件上传接口(ossFile)
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 17:07
* @date 2021/6/8 17:07
*/
*/
@RestController
@RestController
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/model/OssFileConfig.java
View file @
cf1387fd
...
@@ -26,7 +26,7 @@ import java.util.*;
...
@@ -26,7 +26,7 @@ import java.util.*;
* 定义文件上传的配置信息
* 定义文件上传的配置信息
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/6/8 16:38
* @date 2021/6/8 16:38
*/
*/
@Data
@Data
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/service/AliyunOssService.java
View file @
cf1387fd
...
@@ -33,7 +33,7 @@ import java.io.File;
...
@@ -33,7 +33,7 @@ import java.io.File;
* 阿里云OSS 实现类
* 阿里云OSS 实现类
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/12 18:20
* @date 2021/7/12 18:20
*/
*/
@Service
@Service
...
...
jeepay-components/jeepay-components-oss/src/main/java/com/jeequan/jeepay/components/oss/service/IOssService.java
View file @
cf1387fd
...
@@ -22,7 +22,7 @@ import org.springframework.web.multipart.MultipartFile;
...
@@ -22,7 +22,7 @@ import org.springframework.web.multipart.MultipartFile;
* OSSService 接口
* OSSService 接口
*
*
* @author terrfly
* @author terrfly
* @site https://www.jee
pay.vip
* @site https://www.jee
quan.com
* @date 2021/7/12 18:18
* @date 2021/7/12 18:18
*/
*/
public
interface
IOssService
{
public
interface
IOssService
{
...
...
Prev
1
2
3
4
5
6
…
15
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment