配置文件中新增静态映射,需要先把springboot默认的映射加上,用file来进行指定想要访问的静态目录
linux服务器上以"/"表示跟目录,windows可以用file: d: 来进行映射
spring:
mvc:
static-path-pattern: /**
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,classpath:/itstyle/, file:/