Skip to content

Commit 2326edd

Browse files
committed
将mybatis-generator-core从打包中剔除。
1 parent d16d85f commit 2326edd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@
181181
<artifactId>spring-boot-maven-plugin</artifactId>
182182
<configuration>
183183
<excludes>
184+
<exclude>
185+
<groupId>org.mybatis.generator</groupId>
186+
<artifactId>mybatis-generator-core</artifactId>
187+
</exclude>
184188
<exclude>
185189
<groupId>org.eclipse.jdt</groupId>
186190
<artifactId>org.eclipse.jdt.core</artifactId>

0 commit comments

Comments
 (0)