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

Commit

Permalink
notice comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itning committed May 7, 2019
1 parent f920907 commit 1e278a7
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 0 deletions.
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.mustStudentLogin;

/**
* 通知处理器
*
* @author itning
* @date 2019/5/4 17:08
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import top.itning.server.shwnotice.entity.Notice;

/**
* 通知存储库
*
* @author itning
* @date 2019/5/4 17:05
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import static org.springframework.web.reactive.function.server.RouterFunctions.route;

/**
* 通知路由
*
* @author itning
* @date 2019/5/4 17:08
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import top.itning.server.shwnotice.entity.Notice;

/**
* 通知服务
*
* @author itning
* @date 2019/5/4 17:00
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import top.itning.server.shwnotice.service.NoticeService;

/**
* 通知服务实现
*
* @author itning
* @date 2019/5/4 17:04
*/
Expand Down

0 comments on commit 1e278a7

Please sign in to comment.