docs: 멀티프로젝트의 profile별 실행 환경 설정
parent
ace077a314
commit
6ab0af4ea4
@ -0,0 +1,26 @@
|
||||
### intellij multi-project 설정 : mens-api의 profile local-ccn 인 경우
|
||||
|
||||
![](.\md_image\before-launch.png)
|
||||
|
||||
1. Edit configurations > 설정할 mens-api 모듈 선택
|
||||
2. Modify options 클릭 > 하단의 'Before Launch' 항목의 'Add before launch task' 선택
|
||||
3. Run maven goal 선택
|
||||
|
||||
![](.\md_image\maven-goals.png)
|
||||
|
||||
4. Working directoy > 멀티프로젝트의 해당 모듈 선택
|
||||
5. Command line > 아래의 maven task 입력
|
||||
|
||||
```text
|
||||
resources:resources -P local-ccn
|
||||
```
|
||||
|
||||
6. OK 선택 저장
|
||||
|
||||
|
||||
7. Modify options > Operating System 항목의 'Working directory' 선택
|
||||
8. 아래의 내용 입력
|
||||
|
||||
```text
|
||||
$MODULE_WORKING_DIR$
|
||||
```
|
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue