-
Set up environments variables.
-
Execute docker-compose to run db server.
docker-compose up
-
Run Spring Boot project in IntelliJ.
- In local environment,
./api/config/local.env
is used.- Please refer to that link
- In server environment, use the
aws parameter store
.
Common settings are defined in application.yml.
- profile for testing locally.
- application.local.yml
- profile for develop server.
- application.dev.yml
- profile for production server.
- application.prod.yml