반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Medium
- OpenFeign
- springbatch error
- yum install java
- no sources given
- querydsl no sources given
- mac os git error
- java 1.8 11
- Java 1.8
- log error
- springboottest
- aws
- java version
- 스프링부트테스트
- maybe not public or not valid?
- el1008e
- error
- LeetCode
- java 여러개 버전
- easy
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- java
- parse
- java 11
- java 버전 변경
- property or field 'jobparameters' cannot be found on object of type
- JUnit
- AWS CLI
- No tests found for given includes
- springboot
Archives
- Today
- Total
목록멀티프로젝트빌드 (1)
쩨이엠 개발 블로그

프로젝트를 만들다 보니 같은 프로세스가 여기저기 흩어져 있어 멀티프로젝트 하나로 묶기로 했다 멀티프로젝트 혹은 멀티폼 형식 (multi project / multi pom) 다 되어있는 프로세스를 옮기는 거라 그래도 어렵진 않았지만 정리해두기 내 구조는 parent(root) child1 src pom.xml child2 src pom.xml child3 src pom.xml pom.xml 형식이었다 parent과 child의 pom.xml 차이점 중 제일 중요한점은 packaging attribute이다 parent는 pom, child는 jar로 되어있어야한다 parent pom.xml 4.0.0 pom child1 child2 child3 org.springframework.boot spring-b..
개발/intelliJ
2020. 4. 23. 16:26