Added a parameter (awsParameterStorePropertySource.ssmClient.maxErrorRetry) to configure the number of retries in the AWS SSM client. [Fix for Spring Cloud users] The ...
In our spring application.properties we have the following configuration: spring.application.name=my-service When we start the application it is the parameter from (1.) that is set, even though we ...