阅读背景:

搭建框架:Spring Cloud 和 Spring Boot版本匹配

来源:互联网 
<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><parent>
	<groupId>org.springframework.bo



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: