Failed to initialize component [org.apache.catalina.webresources.JarResource 解决

Updated on in 开发工具 with 0 views and 0 comments

环境配置

  • JDK1.8
  • Win10

问题描述

今天使用Spring配置完之后, 运行测试提示 :
Failed to initialize component [org.apache.catalina.webresources.JarResource

解决办法

  1. 找到本地仓库位置,一般在C:\Users\Admin\.m2\repository微信截图20191126095658.png
  2. 删除repository目录下面所有文件夹
  3. pom里面加个空行让他重新下载或者在idea中点击下图红色箭头所指按钮微信截图20191126100101.png

标题:Failed to initialize component [org.apache.catalina.webresources.JarResource 解决
作者:dduan
地址:https://dduan.site/articles/2019/11/26/1574733926071.html