반응형

STS 에서 Boot Dashboard를 통해 웹 프로젝트를 구동시에 아래 오류가 나타면서 멈춰 버리는 현상이 발생하였습니다.

 

"기본 클래스 (메인클래스명)을(를) 찾거나 로드할 수 없습니다."

 

0. 환경 

- STS + Spring boot + Gradle

 

1. 원인

- classpath 제한 길이 초과로 인한 classpath 인식 실패.

 

2. 해결책

- Run > Run Configurations > Spring Boot App > admin - AdminApplication(실행항목) > Classpath 탭

- Use temporary JAR to specify classpath (to avoid classpath length limitations) 체크

 

 

 

반응형

+ Recent posts