Spring Boot集成Druid异常discard long time none received connection.

发布时间 2023-11-13 12:53:26作者: 捞月亮的小北

问题描述

解决方案

禁用Ping Method , 在Spring Boot项目中,可在启动类中添加如下静态代码快:

    static {
        System.setProperty("druid.mysql.usePingMethod","false");
    }