【发布时间】:2019-04-22 18:41:48
【问题描述】:
在运行主类 SpringBoot2RestServiceApplication 时出现以下异常:
cannot access org.springframework.context.ConfigurableApplicationContext
显示编译错误:
任何帮助将不胜感激。谢谢。
【问题讨论】:
标签: java spring-boot compiler-errors
在运行主类 SpringBoot2RestServiceApplication 时出现以下异常:
cannot access org.springframework.context.ConfigurableApplicationContext
显示编译错误:
任何帮助将不胜感激。谢谢。
【问题讨论】:
标签: java spring-boot compiler-errors
尝试移除(删除)您的本地存储库 (~/.m2/repository/) 并再次运行 mvn clean install。
【讨论】: