ITBox
⌘K
Guide
Sites
▾
Seanhan Home
做有用的小工具
PDFBox
PDF 工具集
零上传、零追踪的 PDF 工具
ImgBox
图片工具集
零上传零追踪的图片工具
☀
中
Home
›
MyBatis Log → SQL
Re-assemble Preparing / Parameters lines into executable SQL.
Switch tool
▾
Focus
Restore SQL
Upload
Download
Reset
⧉
Copy
Paste MyBatis log lines (with Preparing/Parameters). Multiple groups are auto-detected. Each group outputs one executable SQL.
MyBatis log input
Clear
==> Preparing: SELECT id, name, age FROM user WHERE id = ? AND status = ? ==> Parameters: 1001(Long), ACTIVE(String) ==> Preparing: UPDATE user SET name = ?, updated_at = ? WHERE id = ? ==> Parameters: 张三(String), 2026-05-31 10:00:00(Timestamp), 1001(Long)
Executable SQL
0 group(s)