增加注释

This commit is contained in:
季圣华
2018-12-25 14:36:36 +08:00
parent cce885fd4a
commit f475b91447
6 changed files with 18 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
/**
* @author ji_sheng_hua 752*718*920
*/
@RestController
@RequestMapping(value = "/app")
public class AppController {