exceeded the configured maximum number of connections异常
点击右边红色标题查看本文完整版:exceeded the configured maximum number of connections异常
exceeded the configured maximum number of connections
? 为什么会抛这个异常 请大家指点一下???
------解决方法--------------------
异常是说连接超过了最大数量
? 是不是数据库连接池啊?
? htpp连接不存在这个问题啊
------解决方法--------------------
可能是数据库连接池有没释放的连接,
? 或者你先加大数据库连接池试试