-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalDate Cause TypeException #1549
Comments
Hi @FelixFly , Please add...
Thank you! |
|
Thank you for the info, @FelixFly ! In MyBatis 3.5.1, LocalDateTypeHandler was updated and it now requires a driver that supports JDBC API 4.2 (and we have received many similar reports). The good news is : Oracle provides ojdbc8.jar which supports JDBC API 4.2 As a workaround, you can copy the old implementation to your project and register it against LocalDate in the config. |
Thank you for provide solutions. |
Spring Boot 2.1.5.RELEASE
mybatis-spring-boot-starter:2.0.1
exception:
But I change Spring Boot version 2.1.1.RELEASE and mybatis-spring-boot-starter version 1.3.2 ,it can run success.
The text was updated successfully, but these errors were encountered: