升级spring-boot 2.7.0,我是否也需要升级所有托管依赖项



我正在升级到spring-boot 2.7.0,是否还需要升级中提到的所有托管依赖项https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/2.7.0在我的项目中?

感谢

只需升级spring-boot父版本并让它处理相关的依赖项阅读以下要点:

  1. https://www.baeldung.com/spring-boot-starter-parent#spring-启动启动器父级
  2. https://www.baeldung.com/spring-boot-starter-parent#managing-依赖项

最新更新