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

Commit

Permalink
upload comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itning committed May 7, 2019
1 parent bebdc1f commit b1466c5
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 0 deletions.
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/4 12:42
*/
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/5/1 9:36
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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 @@ -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 @@ -13,6 +13,8 @@
import static top.itning.server.common.util.Preconditions.*;

/**
* 上传处理器
*
* @author itning
* @date 2019/5/2 16:53
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import top.itning.server.shwupload.entity.Upload;

/**
* 上传存储库
*
* @author itning
* @date 2019/4/29 11:42
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import static org.springframework.web.reactive.function.server.RouterFunctions.route;

/**
* 上传路由
*
* @author itning
* @date 2019/5/2 16:53
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import top.itning.server.shwupload.entity.Upload;

/**
* 上传服务
*
* @author itning
* @date 2019/5/2 16:53
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
import top.itning.server.shwupload.util.ReactiveMongoHelper;

/**
* 上传服务实现
*
* @author itning
* @date 2019/5/2 16:56
*/
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 13:42
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import org.springframework.messaging.SubscribableChannel;

/**
* 学生群组消息
*
* @author itning
* @date 2019/5/4 12:04
*/
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/3 12:20
*/
Expand Down

0 comments on commit b1466c5

Please sign in to comment.