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

Commit

Permalink
file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itning committed May 7, 2019
1 parent ceccdb4 commit 18d94f2
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 3 deletions.
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/5 19:33
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
import java.util.Optional;

/**
* 上传服务远程接口
*
* @author itning
* @date 2019/5/4 10:38
*/
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/5 19:47
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package top.itning.server.shwfile.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/5/2 16:48
*/
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 @@ -12,6 +12,8 @@
import javax.servlet.http.HttpServletResponse;

/**
* 文件控制器
*
* @author itning
* @date 2019/5/3 11:14
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.Optional;

/**
* 文件持久化
* 文件持久化接口
*
* @author itning
* @date 2019/5/3 11:54
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
import java.util.Optional;

/**
* 文件持久化接口默认实现
* 该类将文件简单持久化到硬盘中
* 使用作业ID分文件夹
*
* @author itning
* @date 2019/5/3 11:56
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package top.itning.server.shwfile.pojo;

/**
* 文件上传元数据
*
* @author itning
* @date 2019/5/3 11:15
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import javax.servlet.http.HttpServletResponse;

/**
* 文件服务接口
*
* @author itning
* @date 2019/5/3 11:16
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
import java.util.zip.ZipOutputStream;

/**
* 文件服务接口实现类
*
* @author itning
* @date 2019/5/3 11:16
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package top.itning.server.shwfile.stream;

import org.springframework.cloud.stream.annotation.Input;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.messaging.MessageChannel;
import org.springframework.messaging.SubscribableChannel;

/**
* 上传消息
*
* @author itning
* @date 2019/5/3 12:20
*/
Expand Down

0 comments on commit 18d94f2

Please sign in to comment.