新构建一个项目
出现如下异常
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_springboot
解决方案:
进入项目pom.xml所在目录
执行​​​cmd​​​命令
在命令行中输入:

mvn dependency:purge-local-repository

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