funkemunky / AntiVPN

An antivpn utilizing the funkemunky API
Apache License 2.0
21 stars 7 forks source link

Try to use the new MySQL driver first. #15

Closed unbeproducoes closed 2 years ago

unbeproducoes commented 2 years ago

Removes the MySQL driver warning when starting the server by trying to use the new driver first.

06:10:38 [INFO] Loading config...
06:10:38 [INFO] Starting AntiVPN services...
06:10:38 [INFO] Using databaseType MySQL...
06:10:38 [INFO] Initializing MySQL...
06:10:38 [SEVERE] 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.