This is the Warning im getting in console, Im confused with this warning
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.
Change driver property in your ORM config file from
to
This will resolve the warning :-)