springboot 无法访问静态资源

springboot一般默认static为静态资源路径,所以访问静态资源时不需要加上static,想要加上static可以访问,需要在配置文件中加入

spring:
  mvc:
  static-path-pattern: /static/**
posted @ 2021-10-07 11:58  陈扬天  阅读(1283)  评论(0编辑  收藏  举报