springboot设置静态资源不拦截的方法

springboot设置静态资源不拦截的方法 springboot不拦截静态资源需配置以下的类:java import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; impo
相关文章
相关标签/搜索