The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indire

寒羽鹿

关注

阅读 50

2022-06-24

新构建一个项目
出现如下异常
The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files

The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indirectly referenced from required .class files

The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is indire_配置
解决方案:
进入项目pom.xml所在目录
执行​​​cmd​​​命令
在命令行中输入:

mvn dependency:purge-local-repository

将会重新下载依赖,问题将会得到解决。


精彩评论(0)

0 0 举报