mirror of https://github.com/halo-dev/halo
style: add author for some class.
parent
73d198505a
commit
5819fd735a
|
@ -34,6 +34,7 @@ import static org.springframework.data.domain.Sort.Direction.DESC;
|
|||
*
|
||||
* @author johnniang
|
||||
* @author ryanwang
|
||||
* @author guqing
|
||||
* @date 3/19/19
|
||||
*/
|
||||
@RestController
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -22,6 +22,7 @@ import java.util.Set;
|
|||
*
|
||||
* @author johnniang
|
||||
* @author ryanwang
|
||||
* @author guqing
|
||||
* @date 2019-03-21
|
||||
*/
|
||||
@Data
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -12,6 +12,7 @@ import java.util.Set;
|
|||
*
|
||||
* @author ryanwang
|
||||
* @author ikaisec
|
||||
* @author guqing
|
||||
* @date 2019-08-04
|
||||
*/
|
||||
public interface PostMetaRepository extends BaseMetaRepository<PostMeta> {
|
||||
|
|
|
@ -15,6 +15,7 @@ import java.util.Set;
|
|||
*
|
||||
* @author ryanwang
|
||||
* @author ikaisec
|
||||
* @author guqing
|
||||
* @date 2019-08-04
|
||||
*/
|
||||
public interface PostMetaService extends BaseMetaService<PostMeta> {
|
||||
|
|
|
@ -21,6 +21,7 @@ import java.util.Set;
|
|||
*
|
||||
* @author johnniang
|
||||
* @author ryanwang
|
||||
* @author guqing
|
||||
* @date 2019-03-14
|
||||
*/
|
||||
public interface PostService extends BasePostService<Post> {
|
||||
|
|
|
@ -28,6 +28,7 @@ import java.util.stream.Collectors;
|
|||
*
|
||||
* @author johnniang
|
||||
* @author ryanwang
|
||||
* @author guqing
|
||||
* @date 2019-03-19
|
||||
*/
|
||||
@Service
|
||||
|
|
|
@ -20,6 +20,7 @@ import java.util.stream.Collectors;
|
|||
*
|
||||
* @author ryanwang
|
||||
* @author ikaisec
|
||||
* @author guqing
|
||||
* @date 2019-08-04
|
||||
*/
|
||||
@Slf4j
|
||||
|
|
|
@ -48,6 +48,7 @@ import static org.springframework.data.domain.Sort.Direction.DESC;
|
|||
*
|
||||
* @author johnniang
|
||||
* @author ryanwang
|
||||
* @author guqing
|
||||
* @date 2019-03-14
|
||||
*/
|
||||
@Slf4j
|
||||
|
|
|
@ -56,4 +56,3 @@ logging:
|
|||
|
||||
halo:
|
||||
download-timeout: 5m
|
||||
doc-disabled: false
|
Loading…
Reference in New Issue