闲嫌咸贤

关注

spring-boot-maven-plugin 报红解决办法

闲嫌咸贤

关注

阅读 144

2022-03-11

  <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
				<!--加上版本号后不再报红-->
                <artifactId>spring-boot-maven-plugin</artifactId>
                <version>2.6.3</version>
                <configuration>
                    <excludes>
                        <exclude>
                            <groupId>org.projectlombok</groupId>
                            <artifactId>lombok</artifactId>
                        </exclude>
                    </excludes>
                </configuration>
            </plugin>
        </plugins>
    </build>

相关推荐

芥子书屋

【Springboot】创建boot工程spring-boot-maven-plugin报红、出错_解决方案

芥子书屋 8 0 0

八怪不姓丑

【解决】SpringBoot pom.xml中spring-boot-maven-plugin插件报红

八怪不姓丑 108 0 0

古得曼_63b6

spring-boot-maven-plugin

古得曼_63b6 233 0 0

止止_8fc8

maven下载spring-boot-maven-plugin失败

止止_8fc8 177 0 0

Mhhao

解决maven报错Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

Mhhao 270 0 0

萧让听雪

Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

萧让听雪 173 0 0

言诗把酒

Maven插件系列之spring-boot-maven-plugin

言诗把酒 229 0 0

东林梁

SpringBoot入门之spring-boot-maven-plugin

东林梁 102 0 0

斗米

spring-boot-maven-plugin 插件,关闭自动test

斗米 179 0 0

少_游

spring-boot-maven-plugin 配置是干啥的?

少_游 186 0 0

精彩评论(0)

0 0 举报