MyBatis automatically generate code error java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger

MyBatis automatically generate code error java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger


The following error sometimes occurs when we use mybatis code generation tools:

java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger

This time mysql version we first see the next in our maven plugin is:
Here Insert Picture Description
then look at the next version of our mysql:
Here Insert Picture Description
Then our maven in the changed version of the same as above, for example, I have here is that 8.0.12 maven version is 5.1.12 version was changed, and then we re-run our code generation plug-in to normal.

Published 128 original articles · won praise 72 · Views 1.13 million +

Guess you like

Origin blog.csdn.net/linzhefeng89/article/details/97763370