maven Unable to find a single main class

余生请多指教ANT / 2023-05-11 / 原文

<plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
</plugin>

跳过主类