springboot框架访问不到static目录下的图片
回答
配置 spring.mvc:static-path-pattern:/**
图片放在resource/static/下面
访问直接ip:端口/图片名称.后缀
注意如果项目中含有方法实现了WebMvcConfigurer接口,上面方法访问将会报404
以上是 springboot框架访问不到static目录下的图片 的全部内容, 来源链接: utcz.com/a/36319.html
配置 spring.mvc:static-path-pattern:/**
图片放在resource/static/下面
访问直接ip:端口/图片名称.后缀
注意如果项目中含有方法实现了WebMvcConfigurer接口,上面方法访问将会报404
以上是 springboot框架访问不到static目录下的图片 的全部内容, 来源链接: utcz.com/a/36319.html