Arpit S
Arpit S

Reputation: 295

Disable loading of aws parameter store for local/default profile (Spring Boot 3.X, JDK 21)

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

Upvotes: 0

Views: 27

Answers (0)

Related Questions