添加java-doc

This commit is contained in:
xiongxiaoyang
2020-05-30 11:07:08 +08:00
parent cfb13308e1
commit 792a6a9663
591 changed files with 115119 additions and 27 deletions

View File

@ -8,7 +8,10 @@ import lombok.Data;
import java.util.Date;
/**
* @author Administrator
* 新闻VO对象
* @author xiongxiaoyang
* @version 1.0
* @since 2020/5/27
*/
@Data
public class NewsVO extends News {

View File

@ -17,7 +17,10 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* @author 11797
* 新闻微服务Controller
* @author xiongxiaoyang
* @version 1.0
* @since 2020/5/27
*/
@RestController
@RequestMapping("news")