修改了资源路径2

This commit is contained in:
wucongxing8150 2025-08-01 11:07:07 +08:00
parent a8c9f2126c
commit fcf5a0e4eb

View File

@ -179,6 +179,12 @@
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>
</build>
</project>