In intelliJ IDEA, spring-boot-maven-plugin reports an error

Problem description: The spring-boot-maven-plugin in intelliJ IDEA reports an error
intelliJ IDEA version: IntelliJ IDEA 2021.1.2 x64
Solution:
Add a line of code to pom.xml: <version>2.3.0.RELEASE</version>
Note: This line adds my own version information , must correspond to your own version to be effective! ! !

insert image description here

Guess you like

Origin blog.csdn.net/lic1697067085/article/details/118486031