03、SpringCloudAlibaba实战:依赖管理:依赖管理

依赖管理

  • Spring Cloud Alibaba BOM 包含了它所使用的所有依赖的版本。如果您是 Maven Central 用户,请将我们的 BOM 添加到您的 pom.xml 中的 < dependencyManagement> 部分。 这将允许您省略任何 Maven 依赖项的版本,而是将版本控制委派给 BOM。
<dependencyManagement> 
	<dependencies> 
		<dependency>
			<groupId>com.alibaba.cloud