Explorar el Código

打包时排除lombok

master
wangjian hace 5 meses
padre
commit
ce4bd3b98d
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      pom.xml

+ 8
- 0
pom.xml Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar