Commit cf1387fd authored by terrfly's avatar terrfly
Browse files

变更文件site

parent adba7f7e
......@@ -28,7 +28,7 @@ import org.springframework.stereotype.Component;
* rabbitMQ 消息发送器的实现
*
* @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
......
......@@ -34,7 +34,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
......
......@@ -34,7 +34,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
......
......@@ -32,7 +32,7 @@ import java.util.TreeMap;
* rocketMQ 消息发送器的实现
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/26 11:52
*/
@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
......
......@@ -32,7 +32,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
......
......@@ -32,7 +32,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
......
......@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
* aliyun oss 的yml配置参数
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/12 18:18
*/
@Data
......
......@@ -24,7 +24,7 @@ import org.springframework.stereotype.Component;
* 系统Yml配置参数定义Bean
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021-04-27 15:50
*/
@Data
......
......@@ -18,7 +18,7 @@ package com.jeequan.jeepay.components.oss.constant;
/*
* oss 存储位置
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/12 10:48
*/
public enum OssSavePlaceEnum {
......
......@@ -20,7 +20,7 @@ import lombok.Getter;
/*
* oss 服务枚举值
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/12 10:48
*/
@Getter
......
......@@ -31,7 +31,7 @@ import org.springframework.web.multipart.MultipartFile;
* 统一文件上传接口(ossFile)
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 17:07
*/
@RestController
......
......@@ -26,7 +26,7 @@ import java.util.*;
* 定义文件上传的配置信息
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/6/8 16:38
*/
@Data
......
......@@ -33,7 +33,7 @@ import java.io.File;
* 阿里云OSS 实现类
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/12 18:20
*/
@Service
......
......@@ -22,7 +22,7 @@ import org.springframework.web.multipart.MultipartFile;
* OSSService 接口
*
* @author terrfly
* @site https://www.jeepay.vip
* @site https://www.jeequan.com
* @date 2021/7/12 18:18
*/
public interface IOssService {
......
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