1. 程式人生 > >springBoot專案用jar包 訪問不到頁面

springBoot專案用jar包 訪問不到頁面

在controller層的返回頁面前 去掉/  就好了   實測!

@RequestMapping("/")
public String index(){
    return "index";
}
return 返回的不要加 /