java maven build 시 cannot find symbol Error가 발생 하였다.
나의 환경은 spring boot module project로 구성 되어 있으며
parent 프로젝트를 maven build 시 각 각의 module 프로젝트들이 build가 된다.
나의 해당 컴파일 Error parent 프로젝트의 pom에 모듈 선언 부분에서 공통으로 사용하는 프로젝트에 관련하여 모듈이 삭제 되어 있었음.
해당 오류는 문자열의 오탈자나 bulid path, pom.xml의 dependency 확인이 필요 한 에러 같다.
'에러, 문제, 이슈 해결 방법' 카테고리의 다른 글
cloud foundry 배포 중 blobstore 에러가 발생 (0) | 2018.04.30 |
---|---|
java File 업로드 중 java.net.SocketTimeoutException: null, multipart/form-data request failed. null 에러 발생 (0) | 2018.04.03 |
vSphere cloud foundry & Diego 배포 시 can't alloc thread 에러가 발생 한 경우 (1) | 2017.10.18 |
Spring Boot 환경에서 jsp 변경 적용 안될 경우 해결 방법 (0) | 2017.09.02 |
Too many authentication failures for vcap 해결 방법 (0) | 2017.08.23 |