springboot优先级
在springboot中,我们用一下方式处理静态资源
.webjars localhost:8080/webjars
.
classpath:/META-INF/resources/",
"classpath:/resources/", "classpath:/static/", "classpath:/public/
优先级
resources>static>public
在springboot中,我们用一下方式处理静态资源
.webjars localhost:8080/webjars
.
classpath:/META-INF/resources/",
"classpath:/resources/", "classpath:/static/", "classpath:/public/
优先级
resources>static>public