Added support for the Spring Cloud Load Balancer module

fixes gh-1312
This commit is contained in:
Marcin Grzejszczak
2020-01-28 19:59:08 +01:00
parent 331adf0b62
commit 21978af96c
34 changed files with 203 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=2.2.2.BUILD-SNAPSHOT
BOM_VERSION=Hoxton.BUILD-SNAPSHOT
bootVersion=2.2.2.RELEASE
bootVersion=2.2.4.RELEASE

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version>
<version>2.2.4.RELEASE</version>
<relativePath/>
</parent>