springboot下无法访问html文件的解决方案
2017-11-01 本文已影响77人
挡不住的柳Willow
springboot项目结构如下
![](https://img.haomeiwen.com/i5000473/c7f7e914f29b51d3.png)
在浏览器中无法直接访问
http://localhost:8080/registerenterprise.html
(springmvc的web项目可直接访问)解决方案是在appliation.properties下添加
spring.resources.static-locations=classpath:/templates/
表明静态资源的位置,即可直接访问