<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.13.RELEASE</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.SR3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
本文详细介绍了如何在Spring Boot项目中配置spring-boot-starter-parent和spring-cloud-dependencies,使用版本分别为1.5.13.RELEASE和Edgware.SR3。此配置有助于构建微服务架构下的应用。
1万+

被折叠的 条评论
为什么被折叠?



