MYSQL已经不推荐使用老的驱动类,希望能支持新的驱动类。
Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class iscom.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
或者允许用户指定驱动类,或者支持直接使用Spring管理的连接池
