This is a plugin based on Intellij Idea platform, forked from MyBatisX repository, aimed at assisting the development process.
- Java 11+
- IntelliJ IDEA 2023.1.2 (Ultimate Edition)
- Gradle 8.4+
Right-Click on the Gutter Icon on every mybatis mapper statements.
Fill your params, and then you can get an executable sql without running you application.
generate som common-used MyBatis Mapper XML Fragments sql template content like belows:
- Mybatisx
- Sql Params Setter:https://plugins.jetbrains.com/plugin/14608-sql-params-setter
- SuperHotSwap: https://github.com/songbiaoself/SuperHotSwap