静态资源默认加载路径
默认的加载路径
spring.mvc.static-path-pattern=/**
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
===============================================================================================
通常设置为具体的路径
spring.mvc.static-path-pattern=/static/**
spring.resources.cache.cachecontrol.no-cache=true

更多精彩