mysql-connector-java-8.0.18.jar这个location的地址要怎么设置?

mysql-connector-java-8.0.18.jar这个location的地址要怎么设置?

问题描述:

mysql-connector-java-8.0.18.jar这个location的地址要怎么设置?

我把jar包放到项目的resources目录下了。是在win 10系统下

相关截图:

https://img1.sycdn.imooc.com//climg/63ede9ff0951fc6118951073.jpg

正在回答

登陆购买课程后可参与讨论,去登陆

2回答

同学你好,同学打开文件夹找到jar包位置,然后将导航栏中的地址复制粘贴就可以了。根据同学反馈的截图来看,地址应该是下方路径,如果不是同学自己进行调整即可。

C:\code\projects\mall\src\main\resources\mysql-connector-java-8.0.18.jar

祝学习愉快!

  • Gavinf 提问者 #1
    <classPathEntry
     location="C:\code\projects\mall\src\main\resources\mysql-connector-java-8.0.18.jar"/>

    按以上设置的,还是会报以下错误 

    Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate (default-cli) on project mall: 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 time zone support.


    2023-02-16 16:51:20
  • 好帮手慕小尤 回复 提问者 Gavinf #2

    同学你好,根据报错信息:这里可能是时区问题导致的报错。建议同学在连接数据库时,添加serverTimezone的时区设置,并且为了避免乱码等问题,同学也可以加上CharacterEncoding等编码内容的设置,比如:

    数据库名?useSSL=false&amp;useUnicode=true&amp;characterEncoding=UTF-8&amp;serverTimezone=Asia/Shanghai&amp;allowPublicKeyRetrieval=true"

    祝学习愉快!

    2023-02-16 16:55:09
  • Gavinf 提问者 回复 好帮手慕小尤 #3

    添加了serverTimezone时区设置,问题解决了,感谢!

    2023-02-17 00:40:26
Gavinf 提问者 2023-02-16 16:48:51

https://img1.sycdn.imooc.com//climg/63edede109ef2ac618801162.jpg

改了location,现在报以下错误 

Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate (default-cli) on project mall: 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 time zone support.




问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师