摘要: 1 @Controller 2 @RequestMapping("/") 3 public class HelloController { 4 @RequestMapping(value = "/helloWorld", method = RequestMethod.GET) 5 @ResponseBody 6 public String helloWorld() ... 阅读全文
posted @ 2018-01-10 13:56 谱写自己的人生 阅读(10755) 评论(1) 推荐(1)