A Demo app for accessing secrets using Google Secret Manager, based on the Medium article, Managing application secrets like a Pro using Google Secret Manager
Start the server by running the following command,
mvn spring-boot:run
Deploy to appengine using the following command,
mvn clean package appengine:deploy \
-Dapp.deploy.projectId=GCP_PROJECT \
-Dapp.deploy.version=VERSION
replace GCP_PROJECT
& VERSION
with your desired gcloud project & version