@Controller public class MyController { @RequestMapping("/hello") public String hello() { return "Hello, WebMotion Server!"; } } <route> <url>/hello</url> <controller>com.example.MyController</controller> <method>hello</method> </route>


上一篇:
下一篇:
切换中文