스프링부트 'com.mysql.jdbc.Drvier'. This is deprecated
해결 방법
https://wakestand.tistory.com/695
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.
해결 방법:
https://wakestand.tistory.com/695