2021/09/24-09:40:49 INFO [main] com.jsh.erp.ErpApplication - Starting ErpApplication v3.0-SNAPSHOT on Uni-5485 with PID 12280 (D:\JSERP\jshERP3.0\lib\jshERP3.0.jar started by unclo in D:\JSERP\jshERP3.0)
2021/09/24-09:40:49 DEBUG [main] com.jsh.erp.ErpApplication - Running with Spring Boot v2.0.0.RELEASE, Spring v5.0.4.RELEASE
2021/09/24-09:40:49 INFO [main] com.jsh.erp.ErpApplication - No active profile set, falling back to default profiles: default
2021/09/24-09:40:54 ERROR [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization.
java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1084)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4232)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4164)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:926)
at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1748)