skip to Main Content

How to set up azure keyvault for spring boot app?

There was some dependency incompatibility occurring because we were using an older version of azure keyvault (azure-keyvault-secrets-spring-boot-starter 2.2.1) but it got updated and we are upgrading it to azure-spring-boot-starter-keyvault-secrets 4.0.0. Now the keyvault isn't being connected maybe because the application.yml…

VIEW QUESTION

How do I execute a docker container

I created the images locally and created one repository in DockerHub called testName/backend. The docker images command shows the created images. REPOSITORY TAG IMAGE ID CREATED SIZE testName/backend 0.0.1-SNAPSHOT 10fc47e065ff 25 minutes ago 459MB backend 0.0.1-SNAPSHOT 10fc47e065ff 25 minutes ago…

VIEW QUESTION
Back To Top
Search