일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 독서
- 재테크
- 독후감
- 알고리즘 공부
- 프로그래밍언어
- 책알남
- 경제
- algorithmStudy
- 프로그래머스 알고리즘 공부
- algorithmTest
- 책을알려주는남자
- 돈
- 주식
- C
- 화장품
- 투자
- 서평
- 알고리즘트레이닝
- 자바스크립트
- Java
- 자바
- 채권
- 다독
- C++
- 지혜를가진흑곰
- JavaScript
- 백준알고리즘
- 성분
- algorithmtraining
- 알고리즘공부
Archives
- Today
- Total
탁월함은 어떻게 나오는가?
[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 으로 들어가서 Name이 PropertiesComponent인 태그 안에 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 한다.
반응형
'[Snow-ball]프로그래밍(컴퓨터) > 프로그래밍 및 컴퓨터 개론 이론' 카테고리의 다른 글
기본개념 간단하게 정리 (0) | 2021.07.08 |
---|---|
JPA Repository를 사용하는 이유 (0) | 2021.06.18 |
구조 분해 할당(destructuring)이란? (0) | 2021.04.17 |
ScaleUp(스케일업)과 ScaleOut(스케일아웃)의 차이 (0) | 2021.04.15 |
stateless(무상태) 란? (0) | 2021.04.15 |
Comments