Skip to content

Commit

Permalink
将mybatis-generator-core从打包中剔除。
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodez committed Mar 10, 2019
1 parent d16d85f commit 2326edd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-core</artifactId>
</exclude>
<exclude>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
Expand Down

0 comments on commit 2326edd

Please sign in to comment.