springboot使用mybatis-generator生成對應的配置文件和java類

一、在pom.xml裏添加maven插件java <plugin> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-maven-plugin</artifactId> <version>1.3.2</version> <configuration> <verbose>true</verbose
相關文章
相關標籤/搜索