Failed to obtain JDBC Connection
nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database 碰到这个问题的同学,可以试试:
<dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.44</version> </dependency>
加上版本号就可以了