当执行 mybatis-generator.xml 文件重新生成dao层文件时,如果希望xml文件可以覆盖原文件而不是追加内容,可以通过如下配置达到目的:
1、在pom.xml 文件里的plugin里添加依赖包:
<build>
<plugins>
<plugin>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId>
<version