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

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+ipage分页频繁请求会报错 自动添加多一个limit_第1张图片
 

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

你可能感兴趣的:(spring,boot,后端,java)