赞
踩
比如在浏览器输入http://localhost:8078/hello/helloword访问的是后端的
@RestController
@RequestMapping("/hello")
public class HelloWord {
@RequestMapping("/helloword")
public String helloWord(){
return "hello word";
}
}
浏览器将会返回
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。