Error:Maven Resources Compiler: Maven project configuration required for module

Error:Maven Resources Compiler: Maven project configuration required for module

This usually happens when you copy and paste part of the code to a new Maven. Since you have not built yet, many project configurations have not taken effect or matched. Generally Build or rebuild just fine.
Of course, after the build, you may continue to report errors, which are generally caused by the current project configuration and the current project do not match, there may be Compiler, jdk, Arguments, etc., change it to solve it. If it is determined that it is not a problem of the configuration of the maven project, then specific problems should be analyzed.

Published 14 original articles · Likes0 · Visits 258

Guess you like

Origin blog.csdn.net/m0_46619073/article/details/105303779