2023-10-30 06:56:35 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<artifactId>spring-reading</artifactId>
|
|
|
|
<groupId>com.xcs.spring</groupId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>spring-resources</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2023-10-30 09:14:59 +00:00
|
|
|
|
2023-10-30 06:56:35 +00:00
|
|
|
<modules>
|
|
|
|
<module>spring-resource</module>
|
2023-10-30 09:14:59 +00:00
|
|
|
<module>spring-resource-resourceLoader</module>
|
2023-10-30 06:56:35 +00:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|