Uses new spring-cloud-starter-bootstrap.

This allows opt-in to bootstrap via classpath rather than properties.
This commit is contained in:
spencergibb
2020-08-10 15:42:24 -04:00
parent 15c37cdb6f
commit 2ab283bde2

View File

@@ -24,12 +24,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>
<artifactId>spring-cloud-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
</dependency>
<dependency>