본문 바로가기

: IT/인텔리제이 IntelliJ IDEA

[IntelliJ IDEA] 빌드 중 에러. Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.

반응형

해결법 : 프로젝트 폴더 > .idea > workspace.xml

workspace.xml

name이 PropertiesComponenet인 태그 안에 property 한 줄 추가 : 

<component name="PropertiesComponent">
    <property name="dynamic.classpath" value="true" />

 

 

반응형