# mybatisLog **Repository Path**: AddaSourceofBlue/mybatisLog ## Basic Information - **Project Name**: mybatisLog - **Description**: 将控制台输出的mybatis日志转化成可执行的sql语句 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 2 - **Created**: 2021-10-20 - **Last Updated**: 2025-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mybatisLog ## 1. Description(描述): Converts the console output mybatis log to an executable SQL statement. --- 将控制台输出的mybatis日志转化成可执行的sql语句 ## 2. Directory structure(目录结构): ``` mybatisLog +-- bin Start chrome to open mybatisLog.html(启动chrome打开mybatisLog.html) +-- src 源码 | --- layui (Directory)layui dependencies[(目录)其中为layui依赖] | +-- mybatisLog.html Main Page(主要页面) +-- README.md ``` ## 3. Instructions (使用说明): 1. Modify the chrome path in startup.bat under the bin directory to be the local Chrome browser path. 2. BatToExe or Autohotkey can be used to convert bat to exe and place it under the project root path for easy use of the Windows system. --- 1. 修改bin目录下的startup.bat中的chrome路径为本地chrome浏览器路径。 2. 可以使用BatToExe或者Autohotkey等将bat转换成exe放置在项目根路径下方便windows系统的使用。