Spring MVC專案中頁面重定向一般使用return "redirect:/other/controller/";即可。而Spring Boot使用了@RestController註解,上述寫法只能返回字串, ...
確定! 回上一頁