일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- java
- java 11
- 스프링부트테스트
- querydsl no sources given
- LeetCode
- property or field 'jobparameters' cannot be found on object of type
- aws
- maybe not public or not valid?
- Medium
- springbatch error
- springboottest
- AWS CLI
- OpenFeign
- java 여러개 버전
- yum install java
- java version
- Java 1.8
- log error
- java 버전 변경
- springboot
- java 1.8 11
- el1008e
- mac os git error
- JUnit
- parse
- easy
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- no sources given
- error
- No tests found for given includes
- Today
- Total
목록전체 글 (116)
쩨이엠 개발 블로그
개발 환경을 바꾸면서 나던 에러들을 하나하나 잡던중 갑자기 gradle build가 안되기 시작했다 $ gradle build -x test > Configure project : You are using one or more deprecated Asciidoctor Gradle plugin features. To help with migration run with --warning-mode=all. > Task :asciidoctor FAILED FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':asciidoctor' (type 'AsciidoctorT..

sdkman도 못깔고 버전은 자꾸 1.8에 와있어서 찾아봤더니 또 다른 방법이 있었다 $ sudo alternatives --config java 이때 바꿀 번호를 적어주면 된다 Enter to keep the current selection[+], or type selection number: 2 그리고 다시 java -version을 해보면 잘 나오는 것을 확인할 수 있다 !

sdkman도 못깔고 버전은 자꾸 1.8에 와있어서 찾아봤더니 또 다른 방법이 있었다 $ sudo alternatives --config java 이때 바꿀 번호를 적어주면 된다 Enter to keep the current selection[+], or type selection number: 2 그리고 다시 java -version을 해보면 잘 나오는 것을 확인할 수 있다 !

기존 IDC에 있던 DB를 사용하려는데 create문이 돌아가질 않는다 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON, sensor_level TINYINT, create_at DATETIME NOT NULL, PRIMARY KEY' at line 5 JSON 타입이 입력이 되지 않는 건 버전문제가 제일 유력하다고 해서 버전을 확인해보기로 했다 mysql 깔린 서버로 터미널로는 못들어가게 되어있어서 쿼리로 하는 방법을 찾아보았다 간단하다 > SELECT VERSION(); 입력해보면 버전이 보이는 것을 ..

R에서 package를 다운로드하려는데 MAC OS를 업그레이드 한 후 갑자기 error가 뜬다 R문제가 아니라 MAC OS 업글이 문제였다 xcode를 설치한 후 $ xcode-select --install 다시 install 해보면 ... 잘 다운로드 되는 것을 확인 할 수 있다