Replies: 1 comment
-
Hey @kilonet this happens since you are using spring.config.import integration in your tests. Please specify which version of spring cloud aws you are using you might be using version where enabled was not supported. You have few options.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I disable AWS param store in tests?
my
@SpringBootTest
fails to load ApplicationContext because ofdisabling in properties doesn't seem to work
spring.cloud.aws.parameterstore.enabled=false
Beta Was this translation helpful? Give feedback.
All reactions