0

Spring Boot App (3.x and JDK 21) starts fine with local/default profile (application-default.yaml) using h2, but it gives warning trying to load values from AWS parameter store (with import in application.yml).

As for local/default use h2, there is no need to load AWS parameters (only needed for higher env.). Unable to disable loading (tried few things like below), yet to resolve. Thanks for any suggestions / help.

aws:
  paramstore:
    enabled: false

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.