美文网首页
springboot下无法访问html文件的解决方案

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

作者: 挡不住的柳Willow | 来源:发表于2017-11-01 15:04 被阅读77次

springboot项目结构如下

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

相关文章

网友评论

      本文标题:springboot下无法访问html文件的解决方案

      本文链接:https://www.haomeiwen.com/subject/jbcgpxtx.html