1.在springboot,可以使用一下方式处理静态资源 webjars localhost:800/webjars/ public,sattic,/**,resources localhost:8080/ 2.优先级:resources>static(默认)>public