Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Zeppelin
- Mac
- 클러스터
- 레디스
- 자바
- aws
- vue
- Redis
- login
- fastcampus
- 젠킨스
- java
- spring
- Docker
- 머신러닝
- gradle
- 예제
- redash
- 자동
- 설정
- ec2
- Cluster
- 간단
- 로그인
- Jenkins
- hive
- EMR
- Kafka
- SpringBoot
- config
Archives
- Today
- Total
목록json (1)
코알못
[에러] NoClassDefFoundError: com/fasterxml/jackson/databind/JsonSerializer
아래와 같은 에러 발생시 dependency 추가하면 해결 완료! NoClassDefFoundError: com/fasterxml/jackson/databind/JsonSerializer bulid.gradle dependencies { compile 'com.fasterxml.jackson.core:jackson-databind' } 버전은 명시하는게 좋으니 위와 같이 입력후 라이브러리 받아 버전 확인 후 입력하셔도 되며, 원하시는 버전이 있다면 아래와 같이 뒤에 붙이시면 됩니다. (2021년 02월 15일 기준 2.11.4 최신) dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.11.4' } 위와 같이 라이브러리 의존성 추가..
JAVA
2021. 2. 15. 15:24