增加 <phase>deploy</phase> <executions> <execution> <id>Generate MyBatis Artifacts</id> <phase>deploy</phase> <goals> <goal>generate</goal> </goals> </execution> </executions>
其实,用完了,就可以把这段注释掉了。
增加 <phase>deploy</phase> <executions> <execution> <id>Generate MyBatis Artifacts</id> <phase>deploy</phase> <goals> <goal>generate</goal> </goals> </execution> </executions>
其实,用完了,就可以把这段注释掉了。