feat: 패킹시 size 줄이기 위해 lombok 제외

main
Jonguk. Lim 12 months ago
parent 04f3f7201f
commit 575274edd7

@ -489,6 +489,12 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
</plugins>

Loading…
Cancel
Save