# mybatis-plus-sql **Repository Path**: yujinping8620/mybatis-plus-sql ## Basic Information - **Project Name**: mybatis-plus-sql - **Description**: 基于 https://github.com/lurunze/mybatis-sql 的 IDEA插件进行的更改! 详细使用见原始仓库地址文档 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-14 - **Last Updated**: 2021-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: MyBatis, SQL, IDEA ## README # MybatisPlus SQL ##说明 这是基于原始项目 [GitHub](https://github.com/lurunze/mybatis-sql) 改造后以支持java.time.*等新的时间API 更为详细的使用文档请参阅 [GitHub](https://github.com/lurunze/mybatis-sql) 本项目的地址是[MybatisPlusSQL](https://gitee.com/yujinping8620/mybatis-plus-sql) . ## 使用 ### 方法1(推荐): * 选择包含 `Preparing` 和 `Parameters` 的日志(多余的行会被过滤)。 * 鼠标右键,选择 `Copy as SQL` 菜单(快捷键:`shift + alt + H`)复制 SQL。 ### 方法2 * 选择包含 `Preparing` 和 `Parameters` 的日志(多余的行会被过滤)。 * 鼠标右键,选择 `Show SQL` 菜单(快捷键:`ctrl + shift + H`)展示 SQL。 * 点击 `COPY TO CLIPBOARD` 按钮复制 SQL。 Gitee
## Installation - Using IDE built-in plugin system: Preferences > Plugins > Marketplace > Search for "Mybatis SQL" > Install Plugin - Manually: Download the [latest release](https://gitee.com/yujinping8620/mybatis-plus-sql) and install it manually using Preferences > Plugins > ⚙️ > Install plugin from disk... --- Plugin based on the [IntelliJ Platform Plugin Template][template]. [template]: https://github.com/JetBrains/intellij-platform-plugin-template