补充部分类级别注释

This commit is contained in:
aoshiguchen
2022-09-11 14:05:22 +08:00
parent a273b5d7be
commit 6b5742970f
13 changed files with 20 additions and 14 deletions
@@ -29,14 +29,20 @@ import lombok.Data;
import java.util.Map;
/**
*
* 服务端代理配置
* @author: aoshiguchen
* @date: 2022/6/16
*/
@Data
@Configuration(prefix = "neutrino.proxy")
public class ProxyConfig {
/**
* 传输协议相关配置
*/
private Protocol protocol;
/**
* 服务端配置
*/
private Server server;
@Data
@@ -27,7 +27,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
* 鉴权注解
* @author: aoshiguchen
* @date: 2022/7/31
*/
@@ -33,8 +33,8 @@ import java.sql.DriverManager;
import java.util.List;
/**
*
* @author: 初始化数据库
* 初始化数据库
* @author: aoshiguchen
* @date: 2022/7/31
*/
@Slf4j
@@ -25,7 +25,7 @@ import lombok.Data;
import lombok.experimental.Accessors;
/**
*
* 响应体
* @author: aoshiguchen
* @date: 2022/7/31
*/
@@ -26,7 +26,7 @@ import lombok.Getter;
import org.apache.commons.lang3.StringUtils;
/**
*
* 服务异常
* @author: aoshiguchen
* @date: 2022/7/31
*/
@@ -28,7 +28,7 @@ import lombok.experimental.Accessors;
import java.util.Date;
/**
*
* 系统上下文
* @author: aoshiguchen
* @date: 2022/8/2
*/
@@ -24,7 +24,7 @@ package fun.asgc.neutrino.proxy.server.base.rest;
import fun.asgc.neutrino.proxy.server.dal.entity.UserDO;
/**
*
* 系统上下文持有者
* @author: aoshiguchen
* @date: 2022/8/2
*/
@@ -34,7 +34,7 @@ import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
/**
*
* 定时任务配置
* @author: aoshiguchen
* @date: 2022/9/4
*/
@@ -28,7 +28,7 @@ import fun.asgc.neutrino.core.annotation.Value;
import lombok.Data;
/**
*
* sqlite数据库配置
* @author: aoshiguchen
* @date: 2022/7/31
*/
@@ -29,7 +29,7 @@ import fun.asgc.neutrino.core.web.interceptor.RestControllerAdviceHandler;
import fun.asgc.neutrino.proxy.server.base.rest.interceptor.*;
/**
*
* web配置
* @author: aoshiguchen
* @date: 2022/7/30
*/
@@ -30,7 +30,7 @@ import fun.asgc.neutrino.proxy.server.base.rest.ServiceException;
import org.apache.commons.lang3.exception.ExceptionUtils;
/**
*
* 全局异常处理
* @author: aoshiguchen
* @date: 2022/7/31
*/
@@ -25,7 +25,7 @@ import lombok.AllArgsConstructor;
import lombok.Getter;
/**
*
* 连接类型枚举
* @author: aoshiguchen
* @date: 2022/8/31
*/
@@ -25,7 +25,7 @@ import lombok.AllArgsConstructor;
import lombok.Getter;
/**
*
* 异常常量枚举
* @author: aoshiguchen
* @date: 2022/7/31
*/