Skip to content

Commit

Permalink
fix 修复编译产物无main属性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wertycn committed Feb 21, 2024
1 parent ba3d9df commit 0dd4301
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion wireguard-registry-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.7.RELEASE</version>
<configuration>
<mainClass>icu.debug.icu.debug.net.wg.service.Application</mainClass>
<mainClass>icu.debug.net.wg.service.Application</mainClass>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>

<executions>
Expand Down

0 comments on commit 0dd4301

Please sign in to comment.