Spring MVC 有兩種啟動模式,一種是傳統Tomcat,需要配置很多XML檔案。 ... class TestController { @RequestMapping public String default() { return "OK"; } } ...
確定! 回上一頁