Why Integrating Spring Cloud application with the AWS Parameter Store return no property from param store?
问题 Intent : I am working on a POC which intends to use AWS Parameter store as a property store.This would store the confidential application properties in AWS SSM's Parameter store.I am using Java 8 with spring boot/cloud version 2. Resource : I followed this ref guide from spring docs and also a comprehensive article Integrating the AWS Parameter Store with Spring Cloud .Hence was trying to utilize spring-cloud-starter-aws-parameter-store-config.jar and hence added required dependency in the