Merge branch '2.1.x'

This commit is contained in:
Marcin Grzejszczak
2019-08-30 15:35:34 +02:00
7 changed files with 66 additions and 32 deletions

View File

@@ -86,6 +86,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.github.openfeign.form</groupId>
<artifactId>feign-form-spring</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>