美文网首页
springboot访问图片本地路径并映射成url

springboot访问图片本地路径并映射成url

作者: 微笑_a8a0 | 来源:发表于2020-07-16 09:22 被阅读0次

    springboot访问图片本地路径并映射成url
    1.配置文件配置

    =========================== 图片代理 ============================

    mvc:
    static-path-pattern: /bc/images/**
    resources:
    static-locations: file:E:/
    2.如何使用
    访问 http://IP:PORT/bc/images/image_name.jpg
    前端展示: <img src="/bc/images/image_name.jpg">

    相关文章

      网友评论

          本文标题:springboot访问图片本地路径并映射成url

          本文链接:https://www.haomeiwen.com/subject/pjwuhktx.html