while scanning for the next token found character '@' that cannot start any ....

24 阅读1分钟

处理方式是:

<build>
   <resources>
       <resource>
           <directory>src/main/resources</directory>
           <filtering>true</filtering>
       </resource>
   </resources>
</build>