1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

Polish spring-cloud-incubator/spring-cloud-alibaba#348 : @DubboTransported supports RestTemplate (part 1)

This commit is contained in:
mercyblitz
2019-02-19 15:05:25 +08:00
parent 0a4cd85255
commit fc8d8e3628
62 changed files with 3408 additions and 230 deletions

View File

@@ -405,7 +405,7 @@
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
<path>https://repo.spring.io/libs-snapshot-local</path>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -416,7 +416,7 @@
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<path>https://repo.spring.io/libs-milestone-local</path>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -424,7 +424,7 @@
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<path>https://repo.spring.io/release</path>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -434,7 +434,7 @@
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/libs-snapshot-local</url>
<path>https://repo.spring.io/libs-snapshot-local</path>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -445,7 +445,7 @@
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/libs-milestone-local</url>
<path>https://repo.spring.io/libs-milestone-local</path>
<snapshots>
<enabled>false</enabled>
</snapshots>