Full error:

The problem revolves around mapper. There may be many reasons for the problem:
1. The control document is written incorrectly
2. The file generated after compilation does not contain XML file
Solution: manually specify the resource folder in the pop file
<!-- Manually specify the resource folder-->
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>







Open. Eslintrc.js in the project and add the following code in the rules to solve the above problems. Just add the first and second lines of code in the box. Some are added to the problems later. It is recommended to add them because they are useful later.


