개발 지식/Spring
[Spring] 인텔리제이에서 active profile 설정하는법
서하빈
2024. 1. 8. 17:29
1. Edit Configurations 을 누른다.
2. Copy Configuration 버튼을 눌러 기존의 Application 실행을 복사한 뒤 Active profiles에 원하는 이름을 넣으면 된다.
참고 자료
https://lucas-owner.tistory.com/22
[IntelliJ] active profile 설정 하기 (Ultimate & Community)
IntelliJ (Ultimate, Community)에서 active profile 설정 하는 방법 IntelliJ IDE를 사용해서 Spring Boot 환경에서 개발하다 보면 profile 별로 실행을 해야 할 때가 존재한다. profile 별로 실행 할 때 마다, application.ym
lucas-owner.tistory.com