springboot下无法访问html文件的解决方案

2017-11-01  本文已影响77人  挡不住的柳Willow

springboot项目结构如下

image.png
在浏览器中无法直接访问http://localhost:8080/registerenterprise.html(springmvc的web项目可直接访问)
解决方案是在appliation.properties下添加
spring.resources.static-locations=classpath:/templates/
表明静态资源的位置,即可直接访问
上一篇 下一篇

猜你喜欢

热点阅读