翻译 6.1. Build Systems It is strongly recommended that you choose a build system that supports dependency management and that can consume artifacts published to the “Maven Central” repository. We would recommend that you choose Maven or Gradle. It is possible to get Spring Boot to work with other build systems (Ant, for example), but they are not particularly well supported. 6.1.1. Dependency Management Each release of Spring Boot provides a curated list of dependencies that it supports. In practice, you do not need to provide a version for any of these dependencies in your build configuration, as Spring Boot manages that for you. When you upgrade Spring Boot itself, these dependencies are upgraded as well in a consistent way.
时间: 2023-03-11 16:42:34 浏览: 187
Dual effects of disorder on the strongly-coupled system composed of a single quantum dot and a photonic crystal L3 cavity
6.1. 建立系统
强烈建议您选择一个支持依赖管理的构建系统,并且可以消费发布到“Maven Central”存储库的工件。我们建议您选择 Maven 或 Gradle。可以使用其他构建系统(例如 Ant)与 Spring Boot 一起使用,但是它们的支持不是特别好。
6.1.1. 依赖管理
每个 Spring Boot 版本都提供了一份支持的依赖项列表。在实践中,您无需在构建配置中为这些依赖项提供版本,因为 Spring Boot 为您管理这些依赖项。当您升级 Spring Boot 本身时,这些依赖项也会以一种一致的方式升级。
阅读全文