您的位置: 首页 > 文章 > Springboot中使用WebMvcConfigurationSupport无法获取css样式 Springboot中使用WebMvcConfigurationSupport无法获取css样式 分类: 文章 • 2025-05-15 17:42:46 问题描述: 使用WebMvcConfigurationSupport后无法获取css样式 使用thymeleaf链接的url也没有错误 原因分析: 找不到静态资源路径 解决方案: 重写addResourceHandlers映射文件路径,加入以下代码,就可以找到静态资源路径,仅限spring2.0以上版本