-
Hi, all: Need some help here for how to use the spring cloud aws 3+ with Springboot 3.1. After upgrade my service to SpringBoot 3.1, I want to upgrade the param store config to 3 as well.
application.yml
Issue
Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have to switch to the old version and it works with following dependencies and settings:
in bootstrap.xml
I am using SpringBoot3.1 |
Beta Was this translation helpful? Give feedback.
-
For the new Spring Cloud AWS, you probably should change the value of your spring.config.import property to something like |
Beta Was this translation helpful? Give feedback.
For the new Spring Cloud AWS, you probably should change the value of your spring.config.import property to something like
optional:aws-parameterstore:/config/application/;/config/xxxxx/