@Controller public class HelloController { @RequestMapping("/") public String index(){ return "index"; } }
不能用@RequController,这样会把返回的当成字符串或Json数据。