Hello can you explain it to me, why is it instead of using com.mysql.jdbc.Driver
I got an error
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.
Your help is much appreciated