首页 > 编程语言> > 解决问题1java.util.MissingResourceException Can't find bundle for base name resources.jdbc, locale
解决问题1java.util.MissingResourceException Can't find bundle for base name resources.jdbc, locale
作者:互联网
解决问题1:java.util.MissingResourceException: Can't find bundle for base name resources.jdbc, locale zh_CN
第一个问题是因为它找不到配置文件,我们只需把配置文件放到src根目录下即可。我放的位置不对,所以它找不到
解决问题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 time zone support.
第二个是时区的问题,在配置文件的url后面加上 ?serverTimezone=Asia/Shanghai即可。
标签:jdbc,zh,name,配置文件,locale,time,zone,解决问题 来源: https://www.cnblogs.com/javaxubo/p/16486744.html