Fukuro192 / yabai

Yet Another Blog Application Implementation
0 stars 0 forks source link

com.mysql.jdbc.Driver is deprecated. #1

Closed Fukuro192 closed 1 year ago

Fukuro192 commented 1 year ago

com.mysql.jdbc.Driver is deprecated:

it's stated as follows:

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.