...
|
...
|
@@ -40,6 +40,11 @@ |
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
<version>2.8.2</version>
|
|
|
</plugin>
|
|
|
<!-- mybatis generator 自动生成代码插件 -->
|
|
|
<plugin>
|
|
|
<groupId>org.mybatis.generator</groupId>
|
...
|
...
|
|