摘要: springboot一般默认static为静态资源路径,所以访问静态资源时不需要加上static,想要加上static可以访问,需要在配置文件中加入 spring: mvc: static-path-pattern: /static/** 阅读全文
posted @ 2021-10-07 11:58 陈扬天 阅读(1283) 评论(0) 推荐(0) 编辑