Closed boal closed 1 month ago
Greetings from Munich! 🥨 Thank you very much for participating in our project by opening this issue! ❤ We will take a look at your issue as soon as possible! 👀
Should be fixed with release 1.0.1 @boal would be nice if you can give appropriate feedback
Thank you! The url is now set correctly.
Bug description
The Lib
refarch-s3-integration-rest-client-starter
is sending all requests against the urlhttp://localhost:8086
, despite the propertyrefarch.s3.client.document-storage-url
ist set to another url.Reason for this behaviour:
The
de.muenchen.refarch.integration.s3.client.ApiClient
is created as a Bean in classde.muenchen.refarch.integration.s3.client.configuration.S3IntegrationClientAutoConfiguration
without defining theApiClient.basePath
with the value of the propertyrefarch.s3.client.document-storage-url
.The default value of the
ApiClient.basePath
ishttp://localhost:8086
.Expected behaviour
The Lib
refarch-s3-integration-rest-client-starter
should make all requests against the url defined inrefarch.s3.client.document-storage-url
.Steps for reproduction
n/a
Affected version
1.0.0
Affected component
No response
Last working version (optional)
No response
Operating system
No response
Browser
No response
Relevant log output (optional)
No response
Screenshots (optional)
No response
Additional context (optional)
No response
No duplicate
Code of Conduct