반응형
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 |
Tags
- springboottest
- java 여러개 버전
- yum install java
- Medium
- java 11
- LeetCode
- springboot
- Java 1.8
- log error
- aws
- error
- querydsl no sources given
- no sources given
- java version
- JUnit
- OpenFeign
- AWS CLI
- maybe not public or not valid?
- easy
- java 1.8 11
- java 버전 변경
- No tests found for given includes
- mac os git error
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 스프링부트테스트
- java
- parse
- el1008e
- springbatch error
- property or field 'jobparameters' cannot be found on object of type
Archives
- Today
- Total
목록전체 글 (116)
쩨이엠 개발 블로그

프로젝트를 만들다 보니 같은 프로세스가 여기저기 흩어져 있어 멀티프로젝트 하나로 묶기로 했다 멀티프로젝트 혹은 멀티폼 형식 (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