记一次编译报错——no project xxx : Formatting violations found in the following files

下载了spring-boot-v2.2.2.RELEASE后,按照网上说的方法进行编译,命令为

mvn -Dmaven.test.failure.ignore=true -Dmaven.test.skip=true clean install

报错如下:

根据提示,执行

 mvn spring-javaformat:apply

问题解决。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章