SpringBoot创项目启动报:无法访问org.springframework.context.ConfigurableApplicationContext

时间:2024-04-02 08:12:04

以下几种方法可以尝试

方法一:

修改了父项目的版本号就可以了。

org.springframework.boot
spring-boot-starter-parent
2.1.4.RELEASE

方法二:

修改配置idea中maven的配置setting.xml
SpringBoot创项目启动报:无法访问org.springframework.context.ConfigurableApplicationContext

方法三:

需删除项目自动生成的xxx.iml ,然后在右侧maven tab中先remove projects再重新引入项目的pom文件刷新即可
SpringBoot创项目启动报:无法访问org.springframework.context.ConfigurableApplicationContextSpringBoot创项目启动报:无法访问org.springframework.context.ConfigurableApplicationContext