반응형
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
- error
- mac os git error
- yum install java
- Java 1.8
- maybe not public or not valid?
- log error
- java 1.8 11
- Medium
- JUnit
- AWS CLI
- springboottest
- aws
- el1008e
- property or field 'jobparameters' cannot be found on object of type
- 스프링부트테스트
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- querydsl no sources given
- easy
- java
- java 11
- springbatch error
- java 여러개 버전
- springboot
- parse
- No tests found for given includes
- no sources given
- java 버전 변경
- OpenFeign
- LeetCode
- java version
Archives
- Today
- Total
목록멀티폼빌드 (1)
쩨이엠 개발 블로그
멀티폼 / 멀티프로젝트 만들기 (multi pom project)
프로젝트를 만들다 보니 같은 프로세스가 여기저기 흩어져 있어 멀티프로젝트 하나로 묶기로 했다 멀티프로젝트 혹은 멀티폼 형식 (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