集成generator后,运行maven,报错了
来源:3-5 集成Mybatis官方代码生成器

幕布斯6394938
2024-01-09
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 specific time zone value if you want to utilize time zone support.
在集成generator的时候,报了这个错误,是什么原因呢
写回答
1回答
-
甲蛙
2024-01-11
看下generator-config的文件编码是不是UTF8
在IDEA的设置里搜:encode,将所有能改的字符集全改成UTF-8
00
相似问题