1. 程式人生 > >Spring boot 直接訪問templates中html檔案

Spring boot 直接訪問templates中html檔案

application.properties

在瀏覽器中輸入http://localhost:8080/index.html 會報一個

因為Spring boot 無法直接訪問templates下的檔案,

想要直接輸入http://localhost:8080/index.html顯示頁面, 需要在src/main/下新建一個package

將html檔案放在裡面, 然後就可以直接訪問了