IDEA自动生成SpringBoot项目,.pom文件spring-boot-maven-plugin报错。
报错还原:报错原因:org.springframework.boot spring-boot-maven-plugin
- 缺少版本号。
- 加上即可这里是与springboot一致的版本号
细节注意:org.springframework.boot spring-boot-maven-plugin 这里是与springboot一致的版本号
- 使用与springboot一致的版本号。
4.0.0 org.springframework.boot spring-boot-starter-parent 2.5.6 com.example example 0.0.1-SNAPSHOT example example 1.8 org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot-starter-web org.mybatis.spring.boot mybatis-spring-boot-starter 2.2.0 mysql mysql-connector-java runtime org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-maven-plugin 2.5.6



