please see the details of the problem

Invocation of init method failed; nested exception is java.sql.SQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.

获取链接失败。可能是SQL服务没启动。确定你本机的客户端可以链接MYSQL。

就是用了druid这个连接池老出现问题,也不会用,能不能推荐用下其他连接池

Hikari

多谢,老铁

springboot默认用的就是这个连接池,我是不是不用在配置了啊