일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- analyzer test
- Python
- Elasticsearch
- License
- 차트
- springboot
- MySQL
- flask
- high level client
- 파이썬
- zip 파일 암호화
- licence delete curl
- Test
- license delete
- zip 암호화
- query
- Java
- matplotlib
- API
- Kafka
- TensorFlow
- aggregation
- ELASTIC
- plugin
- Mac
- sort
- token filter test
- aggs
- docker
- 900gle
- Today
- Total
목록JAVA/Troubleshooting (5)
개발잡부
RedisConnectionFactory 를 찾지 못해 에러가 발생했다면 아래와 같이 확인해보자 import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.data.redis.connection.RedisConnectionFactory;import org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory;import org.springframework.data.redis.core.RedisTemplate;import org.springframe..
망할 스웨거 Cannot invoke "org.springframework.web.servlet.mvc.condition.PatternsRequestCondition.toString()" 원인은 spring boot 2.6.0부터 요청 경로를 ControllerHandler에 매칭시키기 위한 전략의 기본값이 ant_path_matcher 전략 -> path_pattern_parser 전략으로 변경되었기 때문 일단 해결 방법 spring: mvc: pathmatch: matching-strategy: ant_path_matcher 2.5.x 이하로 버전을 낮추라고 하는데 낮춰도 안됨 // https://mvnrepository.com/artifact/io.springfox/springfox-swagger2..
class file major version 61은 로드 하려고 시도하고 있는 클래스 파일이 자바 17 혹은 그 이상의 버전에서 컴파일이 되었으며, 자바 17 이상에서만 사용 될 수 있을 때 발생 class file major version 63 은 자바 19 왜 이 사단이 났는지 부터 파악해 보자면.. intelliJ 업데이트가 불러온 참사이다. 매년 10만원 넘게 주고 결제하는 중인데 이왕이면 최신버전으로 써야지 했다가.. gradle 버전이 바뀌고 내장되어 있는 jackson 플러그인 버전이 바뀌면서 저런 버전 문제가 뜨기 시작함 jdk 버전만 올려도 안될경우 gradle 버전도 같이 올려야 한다 라는 교훈을 얻었지만 역시 업데이트는 신중하게..
그 동안 잘 동작하던 내 900gle 이 저런 hibernate.properties not found 비명을 지르고 죽엇다.. 너무 방치했나.. 기존에 잘 됐던게 왜이럴까 하면서 해결 방법은 아래 내용을 gradle.build 파일에 추가 // https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
Build file '/Users/doo/homeplus/project/common/indexer-common/build.gradle' line: 53 build.gradle 파일의 53번째 라인은 compile fileTree(dir: './libs', include: ['*.jar']) Cannot change dependencies of configuration ':compile' after it has been resolved.