Springboot 기동시 The Class-Path manifest attribute 오류
Springboot 기동시 콘솔의 아래와 같은 메세지가 나오고 시작이 정상적으로 되지 않는 경우가 있다. The Class-Path manifest attribute in [path]/xxxx.jar referenced one or more files that do not exist어플리케이션은 정상적으로 작동하는데 이 오류 메세지들이 거슬린다. 이 오류가 나기전 필자가 한 작업은 두개의 프로젝트를 하나로 병합을 했다. 원인병합(Merge)이 되며 프로젝트에 설정해 놓은 spring-boot-devtools의 설정이 꼬였다. 해결spring-boot-devtools dependency를 제거하고 재시작을 한다. spring-boot-devtools 내부적으로 가지고 있던 값들이 꼬이면서 발생한 문제인것 ..
Framework/Spring
2020. 12. 9. 16:25