Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pagehelper在docker中卡在了启动欢迎处 #808

Open
1 task
luozhizhong81 opened this issue Mar 4, 2024 · 1 comment
Open
1 task

pagehelper在docker中卡在了启动欢迎处 #808

luozhizhong81 opened this issue Mar 4, 2024 · 1 comment

Comments

@luozhizhong81
Copy link

  • 我已在 issues 搜索类似问题,并且不存在相同的问题.

异常模板

使用环境

  • PageHelper 版本: 1.4.1
  • 数据库类型和版本: MySQL 5.7
  • JDBC_URL: xxx

SQL 解析错误

分页参数

PageHelper.startPage(1, 10);
xxMapper.select(model);

原 SQL

select * from xxx where xxx = xxx

期望的结果:

select * from xxx where xxx = xxx limit 10

完整异常信息

异常信息放在这里

其他类型的错误

,------. ,--. ,--. ,--.
| .--. ' ,--,--. ,---. ,---. | '--' | ,---. | | ,---. ,---. ,--.--.
| '--' | ' ,-. | | .-. | | .-. : | .--. | | .-. : | | | .-. | | .-. : | .--'
| | --' \ '-' | ' '-' ' \ --. | | | | \ --. | | | '-' ' \ --. | |
--' ----' .- / ----' --' --' ----' --' | |-' ----' --' ---' `--' is intercepting.
卡在了这里

功能建议

详细说明,尽可能提供(伪)代码示例。

@abel533
Copy link
Collaborator

abel533 commented Mar 5, 2024

进入容器用jps+jstack查看堆栈信息。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants