org.springframework.boot:spring-boot-maven-plugin:2.2.11.RELEASE:repackage failed: Unable to find ma

凉夜lrs

关注

阅读 184

2022-05-27

org.springframework.boot:spring-boot-maven-plugin:2.2.11.RELEASE:repackage failed: Unable to find main class

pom 删除


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

精彩评论(0)

0 0 举报