style: add author for some class.

pull/755/head
ruibaby 2019-12-01 19:38:12 +08:00
parent 73d198505a
commit 5819fd735a
13 changed files with 16 additions and 5 deletions

View File

@ -34,6 +34,7 @@ import static org.springframework.data.domain.Sort.Direction.DESC;
* *
* @author johnniang * @author johnniang
* @author ryanwang * @author ryanwang
* @author guqing
* @date 3/19/19 * @date 3/19/19
*/ */
@RestController @RestController

View File

@ -34,6 +34,7 @@ import static org.springframework.data.domain.Sort.Direction.DESC;
* Blog archive page controller * Blog archive page controller
* *
* @author ryanwang * @author ryanwang
* @author guqing
* @date : 2019-03-17 * @date : 2019-03-17
*/ */
@Slf4j @Slf4j

View File

@ -23,7 +23,8 @@ import java.util.Collections;
* The method executed after the application is started. * The method executed after the application is started.
* *
* @author ryanwang * @author ryanwang
* @date : 2018/12/5 * @author guqing
* @date : 2018-12-05
*/ */
@Slf4j @Slf4j
@Configuration @Configuration

View File

@ -22,6 +22,7 @@ import java.util.Set;
* *
* @author johnniang * @author johnniang
* @author ryanwang * @author ryanwang
* @author guqing
* @date 2019-03-21 * @date 2019-03-21
*/ */
@Data @Data

View File

@ -18,7 +18,8 @@ import java.util.Set;
* Post vo. * Post vo.
* *
* @author johnniang * @author johnniang
* @date 3/21/19 * @author guqing
* @date 2019-03-21
*/ */
@Data @Data
@ToString(callSuper = true) @ToString(callSuper = true)

View File

@ -14,7 +14,8 @@ import java.util.List;
* Post list vo. * Post list vo.
* *
* @author johnniang * @author johnniang
* @date 3/19/19 * @author guqing
* @date 2019-03-19
*/ */
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@Data @Data

View File

@ -12,6 +12,7 @@ import java.util.Set;
* *
* @author ryanwang * @author ryanwang
* @author ikaisec * @author ikaisec
* @author guqing
* @date 2019-08-04 * @date 2019-08-04
*/ */
public interface PostMetaRepository extends BaseMetaRepository<PostMeta> { public interface PostMetaRepository extends BaseMetaRepository<PostMeta> {

View File

@ -15,6 +15,7 @@ import java.util.Set;
* *
* @author ryanwang * @author ryanwang
* @author ikaisec * @author ikaisec
* @author guqing
* @date 2019-08-04 * @date 2019-08-04
*/ */
public interface PostMetaService extends BaseMetaService<PostMeta> { public interface PostMetaService extends BaseMetaService<PostMeta> {

View File

@ -21,6 +21,7 @@ import java.util.Set;
* *
* @author johnniang * @author johnniang
* @author ryanwang * @author ryanwang
* @author guqing
* @date 2019-03-14 * @date 2019-03-14
*/ */
public interface PostService extends BasePostService<Post> { public interface PostService extends BasePostService<Post> {

View File

@ -28,6 +28,7 @@ import java.util.stream.Collectors;
* *
* @author johnniang * @author johnniang
* @author ryanwang * @author ryanwang
* @author guqing
* @date 2019-03-19 * @date 2019-03-19
*/ */
@Service @Service

View File

@ -20,6 +20,7 @@ import java.util.stream.Collectors;
* *
* @author ryanwang * @author ryanwang
* @author ikaisec * @author ikaisec
* @author guqing
* @date 2019-08-04 * @date 2019-08-04
*/ */
@Slf4j @Slf4j

View File

@ -48,6 +48,7 @@ import static org.springframework.data.domain.Sort.Direction.DESC;
* *
* @author johnniang * @author johnniang
* @author ryanwang * @author ryanwang
* @author guqing
* @date 2019-03-14 * @date 2019-03-14
*/ */
@Slf4j @Slf4j

View File

@ -56,4 +56,3 @@ logging:
halo: halo:
download-timeout: 5m download-timeout: 5m
doc-disabled: false