250x250
Notice
Recent Posts
Recent Comments
관리 메뉴

탁월함은 어떻게 나오는가?

[ERROR] Error running 'LeejunghyunshopApplication': Command line is too long. Shorten command line for LeejunghyunshopApplication or also for Spring Boot default configuration? 본문

[Snow-ball]프로그래밍(컴퓨터)/프로그래밍 및 컴퓨터 개론 이론

[ERROR] Error running 'LeejunghyunshopApplication': Command line is too long. Shorten command line for LeejunghyunshopApplication or also for Spring Boot default configuration?

Snow-ball 2021. 5. 23. 15:12
반응형

인텔리제이에서 작업하다보면 Command line is too long 에러가 발생할 경우가 있다. 그럴경우에 2가지의 해결방법이 있다.

 

 

첫번째 해결방법:

프로젝트 폴더 > .idea > workspace.xml 으로 들어가서 NamePropertiesComponent인 태그 안에 property 한 줄 추가 하면된다.

 

추가내용:

<component name=”PropertiesComponent”>

<property name=”dynamic.classpath” value=”true” />

 

 

 

 

두번째 해결방법:

 File > setting > Build, Execution, Deployment > Build Tools > Gradle 클릭해서 들어간다. 

 Gradel projects 안의 Build and run Build and run using : IntelliJ IDEA 변경 Run tests using : IntelliJ IDEA 한다.

 

 

 

 

 

 

 

 

 

 

베타존 : 네이버쇼핑 스마트스토어

나를 꾸미다 - 인테리어소품 베타존

smartstore.naver.com

 

반응형
Comments