问题:
来源:2-2 创建 SpringBoot 项目

慕圣4160988
2021-10-03
老师 我运行程序的时候控制台显示红色的这两句:①:OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
②: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 manual loading of the driver class is generally unnecessary.
这样有影响吗?
写回答
1回答
-
神思者
2021-10-03
首先你用JDK15版本试一下,然后你的JDBC驱动类换成com.mysql.cj.jdbc.Driver
022021-10-03
相似问题