일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- c#
- Kotlin
- AWS
- git
- design pattern
- 자바
- 마이바티스
- github
- Python
- machine-learning
- Spring
- 파이썬
- DataGridView
- 리팩토링
- 스프링부트
- mybatis
- docker
- kubernetes
- 리액트
- 도커
- 쿠버네티스
- Java
- 코틀린
- Spring Boot
- 스프링
- springboot
- react
- Winform
- VOA
- MySQL
Archives
- Today
- Total
목록2024/03 (1)
보뇨 다이어리
configurationprocessor jsonException 에러
레거시 코드를 개선하다가 로컬에서는 문제가 없고 정작 배포를 하면 제목과 같은 에러가 발생했는데 정확히는 아래 내용도 포함하여 에러를 던졌다. java.lang.IllegalStateException: Failed to introspect Class from ClassLoader 원인은 스프링부트 2.4.0 이상부터는 configurationprocessor 쪽 패키지를 컴파일레벨에서만 처리하도록하고 제거된것이 특징이다. 그렇기때문에 2.4.0 미만 버전에서만 동작하던것들이 안되는것임을 알았다. https://github.com/spring-projects/spring-boot/issues/24244 2.4 Release Notes does not indicate that known annotation ..
컴퓨터 관련/Java 정보
2024. 3. 12. 23:23