에러, 문제, 이슈 해결 방법
java maven clean install 중 cannot find symbol Error
JAVA천재
2018. 3. 20. 14:02
java maven build 시 cannot find symbol Error가 발생 하였다.
나의 환경은 spring boot module project로 구성 되어 있으며
parent 프로젝트를 maven build 시 각 각의 module 프로젝트들이 build가 된다.
나의 해당 컴파일 Error parent 프로젝트의 pom에 모듈 선언 부분에서 공통으로 사용하는 프로젝트에 관련하여 모듈이 삭제 되어 있었음.
해당 오류는 문자열의 오탈자나 bulid path, pom.xml의 dependency 확인이 필요 한 에러 같다.