[log4j2] DefaultResultSetCollector.methodReturned NullException
DefaultResultSetCollector.methodReturned NullException 에러발생 log4j2에서 아래의 GETTER에 담은 타입이 없으면 에러가 발생함 private static final List GETTERS = Arrays.asList("getString", "getLong", "getInt", "getDate", "getTimestamp", "getTime", "getBigDecimal", "getFloat", "getDouble", "getByte", "getShort", "getObject", "getBoolean"); 결론 log4j2로 담을때 첫번째 뽑는 필드가 위에 없는 NULL 인 데이터가 있으면 에러가난다 (ex. CLOB) 첫번째 뽑아오는 필드를 위에 GE..
2023. 7. 25.