Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 427 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 427 Bytes

Spring Boot with AWS System Manager Parameter Store

trackgit-views

Requires

  • .aws/credentials
  • .aws/config

Try it

Create DB

$ docker-compose up --build

Run App(spring.profiles.active=default)

$ ./gradlew clean bootRun

Run App(spring.profiles.active=test)

$ ./gradlew clean -Dspring.profiles.active=test bootRun