日常BUG收集
ArthPink
这个作者很懒,什么都没留下…
展开
-
SpringBoot资源文件属性配置,FileNotFoundException: class path resource [resources.properties] cannot be open
在配置时候报错:2019-01-07 19:40:45.383 INFO 19556 --- [ restartedMain] com.imooc.ImoocApplication : Starting ImoocApplication on DESKTOP-MRBV0P3 with PID 19556 (H:\workspace_sts\imooc-sprin...原创 2019-01-07 20:31:24 · 5091 阅读 · 0 评论 -
【连接MySQL】java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_password'.
因为SQL8.0以后改变了身份验证插件,验证方式由mysql_native_password变为caching_sha2_password,打开 my.ini (或者my.cofg) 可以看到变更了 5.7及其以前的方式解决方法进入MySQL以后...原创 2019-02-24 11:44:42 · 732 阅读 · 0 评论 -
【mysql驱动程序类加载错误】`com.mysql.jdbc.Driver'和 `com.mysql.cj.jdbc.Driver'
Loading class ’com.mysql.jdbc.Driver’. This is deprecated.The new driver class is `com.mysql.cj.jdbc.Driver’.The driver is automatically registered via the SPI and manualloading of the driver class...原创 2019-02-24 12:02:13 · 9123 阅读 · 1 评论 -
[mysql时区错误]The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one tim
java.sql.SQLException: 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 con...原创 2019-02-24 12:46:09 · 416 阅读 · 0 评论