Browse Source

打包时排除lombok

master
wangjian 2 months ago
parent
commit
ce4bd3b98d
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      pom.xml

+ 8
- 0
pom.xml View File

@@ -137,6 +137,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>


Loading…
Cancel
Save