springboot+ipage分页频繁请求会报错 自动添加多一个limit

发布时间:2024年01月08日

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 500' at line 3


?

这个原因是因为springboot配置mysql的连接池太小了 频繁请求处理不了,建议开大连接池和线程处理数

文章来源:https://blog.csdn.net/weixin_57205390/article/details/135452479
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。