Mybatis-generator:自动化生成数据库交互代码
Mybatis-plugin:可以实现mybatis的接口文件和实现xml自动跳转,验证正确性,在xml中智能提示等功能
在idea中ctrl+shift+A 搜索Mybatis-plugin安装 安装完成以后 重启idea即可
Mybatis-pagehelper:mybatis非常好用的分页插件,在pom.xml文件配置依赖就行
补充:
idea下方调出problem窗口
Mybatis-generator:自动化生成数据库交互代码
Mybatis-plugin:可以实现mybatis的接口文件和实现xml自动跳转,验证正确性,在xml中智能提示等功能
在idea中ctrl+shift+A 搜索Mybatis-plugin安装 安装完成以后 重启idea即可
Mybatis-pagehelper:mybatis非常好用的分页插件,在pom.xml文件配置依赖就行
补充:
idea下方调出problem窗口
相关文章: