blogxu

IDEA 创建 Spring boot 项目后 ,在pom.xml文件中 org.springframework.boot出错,刷新也没有作用。

如图:

 

可以降低 org.springframework.boot 的版本

 

 

 再次刷新下载即可解决。

 

spring-boot-starter-parent 是一个特殊的Starter , 提供了一些Maven 的默认配置,

同时还提供了dependency-management,可以方便开发者在引入其他依赖时不必输入版本号,方便依赖管理。

相关文章:

  • 2021-11-25
  • 2021-05-16
  • 2021-05-17
  • 2021-08-29
  • 2021-08-31
  • 2022-02-15
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2022-01-04
  • 2021-10-16
  • 2021-05-06
  • 2021-11-19
  • 2022-01-01
相关资源
相似解决方案