springboot项目中无法直接访问templates下的html文件的解决方法


解决方案是在appliation.properties下添加
spring.resources.static-locations=classpath:/templates/
表明静态资源的位置,即可直接访问

posted @ 2019-10-08 15:24  悠然现南山_wy  阅读(8652)  评论(0编辑  收藏  举报