标签:state 字符串 连接数 mys 一个 连接数据库 cep operation 驱动
这样的话,如果当前链接因为超时断掉了,那么驱动程序会自动重新连接数据库。
jdbc:mysql://localhost:3306/makhtutat?autoReconnect=true
现在的问题就是出在autoReconnect=true,改成false后,问题解决。
MySQLNonTransientConnectionException: No operations allowed after statement closed hibernate
标签:state 字符串 连接数 mys 一个 连接数据库 cep operation 驱动
原文地址:http://www.cnblogs.com/hoge/p/7691418.html