update Spring cloud dependency (#5947 missed the application.yml change) (#5970)

This commit is contained in:
Dennis Kieselhorst 2017-07-03 15:51:31 +02:00 committed by wing328
parent 9a56d4560a
commit 3c6696be40
3 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId> <artifactId>spring-cloud-starter-parent</artifactId>
<version>Camden.SR1</version> <version>Dalston.SR1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

View File

@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId> <artifactId>spring-cloud-starter-parent</artifactId>
<version>Camden.SR1</version> <version>Dalston.SR1</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>

View File

@ -8,3 +8,4 @@ hystrix.command.default.execution.timeout.enabled: false
logging.level.io.swagger.api: DEBUG logging.level.io.swagger.api: DEBUG
feign.hystrix.enabled: true