Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle-vali

在這裏插入圖片描述
今天在springboot學習中 用idea打包時出現的一個問題,
Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle-validation) on project spring-boot-01-helloworld: Failed during checkstyle execution: Unable to find suppressions file at location: src/checkstyle/checkstyle-suppressions.xml: Could not find resource ‘src/checkstyle/checkstyle-suppressions.xml’. -> [Help 1]
[ERROR]
org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check這個找不到
在這裏插入圖片描述
這是pom文件配置`
在這裏插入圖片描述
鏡像用的阿里的
在這裏插入圖片描述
錯誤緣由是寫了錯誤的依賴,應該是spring-boot-starter-parent而不是spring-boot-parent
修改完畢便可
在這裏插入圖片描述web