yeollow / return-home-safely

Apache License 2.0
1 stars 0 forks source link

establishing: #3 spring profile등록 #6

Closed yeollow closed 3 years ago

yeollow commented 3 years ago

Spring profile 설정 내용

application-{phase}.yml을 생성한 뒤 spring.profiles.active에 각 {phase}를 기재하였고, phase별 server.port 정보를 변경 하였다.

./gradlew :{module}:bootRun -Dspring.profiles.active={phase} 등의 명령어를 통하여 원하는 profile을 설정값으로 원하는 module을 gradlew를 통해 bootRun할 수 있다.