MyBatis SQL Log Formatting Tool

Usage Help

1) Copy the MyBatis SQL related logs from the log file to the editor above, formatting each sql statement requires two lines of logs, where:
The first line is a template SQL statement (containing the Preparing: keyword, see example above),
The second line is the value of the parameter (containing the Parameters: keyword, see example above).

2) Click on the middle "Format" button to execute the formatting operation, the formatting result will be displayed in the text box below.

Note: Due to the plain text parsing substitution, if the parameter value also contains a value type and a separator, it may not be parsed correctly.

Privacy Statement: This web tool interaction will not collect any of your private data.