Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is `com.mysql.cj.jdb

processing : the prompt indicates that the database Driver com.mysql.jdbb.driver ‘has been deprecated and should be used as a new Driver com.mysql.cj. jdbb.driver’

so, follow the prompts to change the configuration of jdbc.properties. Com.mysql.jdbc.driver to com.mysql.cj.jdbc.Driver

Read More: