Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
work comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itning committed May 7, 2019
1 parent b1466c5 commit 5966743
Show file tree
Hide file tree
Showing 24 changed files with 49 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import java.util.Optional;

/**
* 群组远程调用
*
* @author itning
* @date 2019/5/1 14:23
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import java.util.Optional;

/**
* Security远程调用
*
* @author itning
* @date 2019/5/3 15:57
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import java.util.List;

/**
* 学生群组远程调用
*
* @author itning
* @date 2019/5/1 9:51
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import java.util.Optional;

/**
* 上传远程调用
*
* @author itning
* @date 2019/5/3 14:27
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import java.util.UUID;

/**
* 群组
*
* @author itning
* @date 2019/4/29 11:43
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package top.itning.server.shwwork.client.entity;

/**
* 学生
*
* @author itning
* @date 2019/4/30 13:08
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import java.util.Date;

/**
* 学生群组
*
* @author itning
* @date 2019/4/30 17:47
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import java.util.Date;

/**
* 上传
*
* @author itning
* @date 2019/5/2 16:48
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import top.itning.server.shwwork.entity.Work;

/**
* ModelMapper Config
*
* @author itning
*/
@Component
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import java.util.Date;

/**
* 作业DTO
*
* @author itning
* @date 2019/5/1 9:47
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.io.Serializable;

/**
* 作业详情
* 作业详情DTO
*
* @author itning
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import java.util.UUID;

/**
* 作业
*
* @author itning
* @date 2019/5/1 9:36
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
import java.util.Map;

/**
* 错误信息属性填充
* 该类扩展{@link DefaultErrorAttributes}将错误信息封装在MAP中
*
* @author itning
* @date 2019/4/29 18:11
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
import java.util.Map;

/**
* 全局错误异常处理器
*
* @author itning
* @date 2019/4/29 18:13
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
import java.util.Map;

/**
* JSON格式消息写入器
* 该类解析MAP将其转换为JSON
*
* @author itning
* @date 2019/4/29 19:07
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
import static top.itning.server.common.util.Preconditions.*;

/**
* 作业处理器
*
* @author itning
* @date 2019/5/1 9:42
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import top.itning.server.shwwork.entity.Work;

/**
* 作业存储库
*
* @author itning
* @date 2019/5/1 9:50
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
import static org.springframework.web.reactive.function.server.RouterFunctions.route;

/**
* 作业路由
*
* @author itning
* @date 2019/5/1 9:42
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import top.itning.server.shwwork.entity.Work;

/**
* 作业服务
*
* @author itning
* @date 2019/5/1 9:43
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
import java.util.stream.Collectors;

/**
* 作业服务实现
*
* @author itning
* @date 2019/5/1 9:49
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import org.springframework.messaging.SubscribableChannel;

/**
* 删除群组消息
*
* @author itning
* @date 2019/5/4 14:19
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import org.springframework.messaging.MessageChannel;

/**
* 删除作业消息
*
* @author itning
* @date 2019/5/4 13:42
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import java.util.Objects;

/**
* 包含两个对象的Tuple
*
* @author itning
* @date 2019/4/30 21:47
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import java.util.Objects;

/**
* 包含三个对象的Tuple
*
* @author itning
* @date 2019/4/30 21:47
*/
Expand Down

0 comments on commit 5966743

Please sign in to comment.