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 ryanwang
* @author guqing
* @date 3/19/19
*/
@RestController

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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