3.X 需在 pom.xml 增加资源过滤排除
pom.xml
<resource> <directory>src/main/resources/页面目录</directory> <!-- 关闭过滤 --> <filtering>false</filtering> </resource>