💡 补充代码注释

pull/33/merge
ruibaby 2018-07-27 13:08:14 +08:00
parent 3c59615ab7
commit 98253f572c
72 changed files with 290 additions and 2 deletions

View File

@ -7,8 +7,12 @@ import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContext;
/** /**
* @author RYAN0UP * <pre>
* SpringBoot * Halo run!
* </pre>
*
* @author : RYAN0UP
* @date : 2017/11/14
*/ */
@Slf4j @Slf4j
@SpringBootApplication @SpringBootApplication

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/9 * @date : 2018/7/9
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/22 * @date : 2018/7/22
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/14 * @date : 2018/7/14
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/1 * @date : 2018/7/1
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/1 * @date : 2018/7/1
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/1 * @date : 2018/7/1
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/14 * @date : 2018/7/14
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/1 * @date : 2018/7/1
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/14 * @date : 2018/7/14
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.model.enums; package cc.ryanc.halo.model.enums;
/** /**
* <pre>
* true or false enum
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/16 * @date : 2018/7/16
*/ */

View File

@ -8,6 +8,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/10 * @date : 2018/1/10
*/ */

View File

@ -6,6 +6,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/30 * @date : 2017/11/30
*/ */

View File

@ -9,6 +9,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/22 * @date : 2018/1/22
*/ */

View File

@ -8,6 +8,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/2/26 * @date : 2018/2/26
*/ */

View File

@ -6,6 +6,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -8,6 +8,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/19 * @date : 2018/1/19
*/ */

View File

@ -3,6 +3,10 @@ package cc.ryanc.halo.service;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/23 * @date : 2018/1/23
*/ */

View File

@ -6,6 +6,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/24 * @date : 2018/1/24
*/ */

View File

@ -5,6 +5,10 @@ import cc.ryanc.halo.model.domain.Options;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -12,6 +12,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
* /
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -6,6 +6,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/12 * @date : 2018/1/12
*/ */

View File

@ -5,6 +5,10 @@ import cc.ryanc.halo.model.domain.User;
import java.util.Date; import java.util.Date;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -14,6 +14,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/10 * @date : 2018/1/10
*/ */

View File

@ -11,6 +11,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/30 * @date : 2017/11/30
*/ */

View File

@ -16,6 +16,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/22 * @date : 2018/1/22
*/ */

View File

@ -14,6 +14,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/2/26 * @date : 2018/2/26
*/ */

View File

@ -12,6 +12,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -12,6 +12,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/19 * @date : 2018/1/19
*/ */

View File

@ -15,6 +15,10 @@ import java.io.File;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/23 * @date : 2018/1/23
*/ */

View File

@ -12,6 +12,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/24 * @date : 2018/1/24
*/ */

View File

@ -12,6 +12,10 @@ import java.util.List;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -24,6 +24,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -11,6 +11,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/12 * @date : 2018/1/12
*/ */

View File

@ -11,6 +11,10 @@ import java.util.Date;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/11/14 * @date : 2017/11/14
*/ */

View File

@ -6,6 +6,10 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/12 * @date : 2018/7/12
*/ */

View File

@ -35,6 +35,10 @@ import java.util.Date;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/5 * @date : 2017/12/5
*/ */

View File

@ -35,6 +35,10 @@ import java.util.Optional;
import java.util.Random; import java.util.Random;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/19 * @date : 2017/12/19
*/ */

View File

@ -31,6 +31,10 @@ import java.util.List;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/21 * @date : 2018/1/21
*/ */

View File

@ -12,6 +12,10 @@ import javax.websocket.server.PathParam;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/10 * @date : 2017/12/10
*/ */

View File

@ -39,6 +39,10 @@ import java.util.HashMap;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/10 * @date : 2017/12/10
*/ */

View File

@ -11,6 +11,10 @@ import org.springframework.web.bind.annotation.*;
import javax.websocket.server.PathParam; import javax.websocket.server.PathParam;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/30 * @date : 2018/1/30
*/ */

View File

@ -13,6 +13,10 @@ import org.springframework.web.bind.annotation.*;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/13 * @date : 2017/12/13
*/ */

View File

@ -30,6 +30,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/10 * @date : 2017/12/10
*/ */

View File

@ -36,6 +36,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/10 * @date : 2017/12/10
*/ */

View File

@ -11,6 +11,10 @@ import org.springframework.web.bind.annotation.*;
import javax.websocket.server.PathParam; import javax.websocket.server.PathParam;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/10 * @date : 2017/12/10
*/ */

View File

@ -32,6 +32,10 @@ import java.io.File;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/16 * @date : 2017/12/16
*/ */

View File

@ -17,6 +17,10 @@ import javax.servlet.http.HttpSession;
import javax.validation.Valid; import javax.validation.Valid;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/24 * @date : 2017/12/24
*/ */

View File

@ -12,6 +12,10 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List; import java.util.List;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -13,6 +13,10 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List; import java.util.List;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -6,6 +6,10 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -14,6 +14,10 @@ import java.util.List;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -12,6 +12,10 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List; import java.util.List;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -12,6 +12,10 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List; import java.util.List;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -13,6 +13,10 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.Map; import java.util.Map;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/7/19 * @date : 2018/7/19
*/ */

View File

@ -12,6 +12,10 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -22,6 +22,10 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List; import java.util.List;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -13,6 +13,10 @@ import org.springframework.web.bind.annotation.RestController;
import java.util.List; import java.util.List;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -10,6 +10,10 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/6 * @date : 2018/6/6
*/ */

View File

@ -1,6 +1,10 @@
package cc.ryanc.halo.web.controller.core; package cc.ryanc.halo.web.controller.core;
/** /**
* <pre>
* Controller
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/15 * @date : 2017/12/15
*/ */

View File

@ -8,6 +8,10 @@ import org.springframework.web.bind.annotation.GetMapping;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/26 * @date : 2017/12/26
*/ */

View File

@ -24,6 +24,10 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/28 * @date : 2018/1/28
*/ */

View File

@ -25,6 +25,10 @@ import java.util.Date;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/4/26 * @date : 2018/4/26
*/ */

View File

@ -22,6 +22,10 @@ import org.springframework.web.bind.annotation.RequestMapping;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/4/26 * @date : 2018/4/26
*/ */

View File

@ -36,6 +36,10 @@ import java.util.Map;
import java.util.Optional; import java.util.Optional;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/4/26 * @date : 2018/4/26
*/ */

View File

@ -23,6 +23,10 @@ import javax.websocket.server.PathParam;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/4/26 * @date : 2018/4/26
*/ */

View File

@ -18,6 +18,10 @@ import org.springframework.web.bind.annotation.ResponseBody;
import java.util.List; import java.util.List;
/** /**
* <pre>
* sitemaprss
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/4/26 * @date : 2018/4/26
*/ */

View File

@ -23,6 +23,10 @@ import org.springframework.web.bind.annotation.PathVariable;
import java.util.List; import java.util.List;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/4/26 * @date : 2018/4/26
*/ */

View File

@ -20,6 +20,10 @@ import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/4/26 * @date : 2018/4/26
*/ */

View File

@ -12,6 +12,10 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
/** /**
* <pre>
* API
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/6/28 * @date : 2018/6/28
*/ */

View File

@ -12,6 +12,10 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2018/1/28 * @date : 2018/1/28
*/ */

View File

@ -9,6 +9,10 @@ import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
/** /**
* <pre>
*
* </pre>
*
* @author : RYAN0UP * @author : RYAN0UP
* @date : 2017/12/13 * @date : 2017/12/13
*/ */