Greg
Results
2
comments of
Greg
Hey, I am using the "old" setup: I have a `bootstrap.yaml` ```yaml spring: application: name: my-application cloud: config: uri: http://localhost:8888 server: bootstrap: false fail-fast: false ``` and I am using...
Hey, I tried your suggestion with a "newer" application of ours. It's `spring boot 2.7.0` application with `spring-cloud-dependencies 2021.0.7`. The issue is basically the same. While the application now keeps...