空白且白空。 2022-10-23 17:05 采纳率: 50%
浏览 28
已结题

springboot 拦截器 通配符

springboot的拦截器 addResourceLocations 这个不能写通配符吗?为什么我写了\*静态资源就访问不到了

img

  • 写回答

1条回答 默认 最新

  • kse_music 2022-10-24 17:09
    关注

    是的,这里必须是个有效的目录,且要以/结尾

        /**
         * Add one or more resource locations from which to serve static content.
         * Each location must point to a valid directory. Multiple locations may
         * be specified as a comma-separated list, and the locations will be checked
         * for a given resource in the order specified.
         * <p>For example, {{@code "/"}, {@code "classpath:/META-INF/public-web-resources/"}}
         * allows resources to be served both from the web application root and
         * from any JAR on the classpath that contains a
         * {@code /META-INF/public-web-resources/} directory, with resources in the
         * web application root taking precedence.
         * <p>For {@link org.springframework.core.io.UrlResource URL-based resources}
         * (e.g. files, HTTP URLs, etc) this method supports a special prefix to
         * indicate the charset associated with the URL so that relative paths
         * appended to it can be encoded correctly, e.g.
         * {@code [charset=Windows-31J]https://example.org/path}.
         * @return the same {@link ResourceHandlerRegistration} instance, for
         * chained method invocation
         */
        public ResourceHandlerRegistration addResourceLocations(String... locations) {
            this.locationValues.addAll(Arrays.asList(locations));
            return this;
        }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 11月2日
  • 已采纳回答 10月25日
  • 创建了问题 10月23日

悬赏问题

  • ¥30 vb net 使用 sendMessage 如何输入鼠标坐标
  • ¥200 求能开发抖音自动回复卡片的软件
  • ¥15 关于freesurfer使用freeview可视化的问题
  • ¥100 谁能在荣耀自带系统MagicOS版本下,隐藏手机桌面图标?
  • ¥15 求SC-LIWC词典!
  • ¥20 有关esp8266连接阿里云
  • ¥15 C# 调用Bartender打印机打印
  • ¥15 我这个代码哪里有问题 acm 平台上显示错误 90%,我自己运行好像没什么问题
  • ¥50 C#编程中使用printDocument类实现文字排版打印问题
  • ¥15 找会编程的帅哥美女 可以用MATLAB里面的simulink编程,用Keil5编也可以。