欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

SpringBoot配置静态资源路径

程序员文章站 2022-07-10 17:18:55
...

SpringBoot配置静态资源路径

首先用的templates 放置html

然后application.yml 加入

spring:
    resources:
      static-locations: classpath:/static/

SpringBoot配置静态资源路径

相关标签: springBoot