mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-WebAPi.git
synced 2026-04-01 15:04:52 +00:00
Remove XML resource configurations
Removed XML resource configurations from pom.xml.
This commit is contained in:
parent
ae1c7b06f7
commit
ad31a270aa
1 changed files with 0 additions and 15 deletions
15
pom.xml
15
pom.xml
|
|
@ -100,21 +100,6 @@
|
|||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<includes>
|
||||
<include>**/*.xml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<!-- 确保 Java 目录下的 XML 也被包含 -->
|
||||
<resource>
|
||||
<directory>src/main/java</directory>
|
||||
<includes>
|
||||
<include>**/*.xml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in a new issue