MyBatis Generator 运行问题

在使用SSM进行开发时,用到MyBatis Generator 工具生成类、映射接口、映射文件时,报以下错误:
java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger cannot
be cast to java.lang.Long

经过上网搜寻答案,具体原因是由于mysql的jar包版本太低,可在https://mvnrepository.com/下载一个较新的jar包对原jar包进行替换,即可解决这个错误。

你可能还会遇到以下问题:
(1)Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class iscom.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
意思是新的驱动类的路径是“com.mysql.cj.jdbc.Driver”,最好换掉,不换也能生成成功,具体需要替换的位置是generator.xml文件中的如下位置:
在这里插入图片描述

(2)The server time zone value ‘?й???’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize
如果你的程序运行之后报了这个错误,意味着数据库的连接url写的有误,因为新版的Mysql中的时区默认设置与本地时区之间是不同的,因此会报错,加上时区即可。
connectionURL=“jdbc:mysql://127.0.0.1:3306/test?serverTimezone=UTC&characterEncoding=utf-8”

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值