IDEA使用 MyBatis-generator 自动生成 MyBatis

1、IDEA创建maven工程 2、 在maven项目的pom.xml 添加mybatis-generator-maven-plugin 插件和MySQL数据库驱动依赖 <dependencies> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-ja
相关文章
相关标签/搜索