Closed cobar79 closed 1 year ago
One thing I notice is that you have bother spring-boot-starter-web
and spring-boot-starter-webflux
on the classpath. You should choose one and not have both.
Can you provide a complete, minimal, verifiable sample that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip file.
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
I am sure this is some kind of boot/cloud version dependency issue but I can't figure out the combination of dependencies and property values.
Config Servers starts and properties are available in browser localhost:8888/master/ucdp-ingest localhost:8888/master/ucdp-ingest-dev
Therefore according to 2021-0-3 Availability and the java version we use, I went with Spring Boot: 2.7.6 Spring Cloud: 2021.0.3
Client:
Note no "spring-cloud-starter-bootstrap" per documentation. Interestingly "spring.profiles.active" shows deprecated. However, according to Spring 2.4 docs it should be spring.config.activate.on-profile. This doesn't resolve as system property>
Client: application.yml
REMOTE application-ucdp-ingest.yml
REMOTE application-ucdp-ingest-dev.yml contains mongo and aws connection properties. Mongo also failed to connect because properties were not loaded remotely.
LOGS: