Question
Analysis: according to the error prompt, it should be the problem of maven checkstyle plugin.
solve
Method 1: find the plug-in maven checkstyle plugin: 2.17 and add the skip attribute.
Modify pom.xml
Method 2: find the plug-in tag corresponding to maven checkstyle plugin: 2.17 and comment it out.
Clear the original target directory and recompile it!