摘要: 方法一配置yml 配置 spring.mvc:static-path-pattern:/** 图片放在resource/static/下面访问直接ip:端口/图片名称.后缀 注意如果项目中含有实现了WebMvcConfigurer接口的类,上面方法访问将会报404 方法二 实现WebMvcConfi 阅读全文
posted @ 2021-09-30 11:36 math_lin 阅读(1601) 评论(0) 推荐(0) 编辑