Error/MyBatis

[MyBatis] Unable to find a usable constructor for class org.apache.ibatis.type.InstantTypeHandler

IT공부블로그 2020. 6. 16. 09:24
728x90
반응형

기존 mybatis 버전 3.5.2 에서는 프로시저 호출이 안된다고? 하여


3.4.2로 낮췄는데 에러 발생 

org.apache.ibatis.type.InstantTypeHandler는 3.4.5부터 등장


그래서 3.4.5로 업글하였더니 잘됨

728x90
반응형