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

pull/368/head
mercyblitz 6 years ago
parent fc8d8e3628
commit 5099ed782c

@ -87,7 +87,7 @@ Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目 clone
<repository>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
<path>https://repo.spring.io/snapshot</path>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>

@ -86,7 +86,7 @@ If you want to use the latest BUILD-SNAPSHOT version, add `Spring Snapshot Repos
<repository>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
<path>https://repo.spring.io/snapshot</path>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>

@ -22,13 +22,13 @@
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<path>http://www.apache.org/licenses/LICENSE-2.0.txt</path>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<path>https://github.com/spring-cloud-incubator/spring-cloud-alibaba</path>
<url>https://github.com/spring-cloud-incubator/spring-cloud-alibaba</url>
<connection>
scm:git:git://github.com/spring-cloud-incubator/spring-cloud-alibaba.git
</connection>
@ -60,7 +60,7 @@
<name>Mercy Ma</name>
<email>mercyblitz@gmail.com</email>
<organization>Alibaba</organization>
<path>https://github.com/mercyblitz</path>
<url>https://github.com/mercyblitz</url>
</developer>
</developers>
@ -246,7 +246,7 @@
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<path>https://repo.spring.io/libs-snapshot-local</path>
<url>https://repo.spring.io/libs-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@ -257,7 +257,7 @@
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<path>https://repo.spring.io/libs-milestone-local</path>
<url>https://repo.spring.io/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -265,7 +265,7 @@
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<path>https://repo.spring.io/release</path>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -275,7 +275,7 @@
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<path>https://repo.spring.io/libs-snapshot-local</path>
<url>https://repo.spring.io/libs-snapshot-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@ -286,7 +286,7 @@
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<path>https://repo.spring.io/libs-milestone-local</path>
<url>https://repo.spring.io/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@ -294,7 +294,7 @@
<pluginRepository>
<id>spring-releases</id>
<name>Spring Releases</name>
<path>https://repo.spring.io/libs-release-local</path>
<url>https://repo.spring.io/libs-release-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>

Loading…
Cancel
Save