2023-11-09 13:15:38 +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>
|
2023-11-23 09:50:38 +00:00
|
|
|
<artifactId>spring-reading</artifactId>
|
2023-11-09 13:15:38 +00:00
|
|
|
<groupId>com.xcs.spring</groupId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
2023-11-18 09:25:55 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2023-11-23 09:50:38 +00:00
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2023-11-23 10:36:51 +00:00
|
|
|
|
2023-11-23 09:50:38 +00:00
|
|
|
<modules>
|
|
|
|
<module>spring-context-classPathXmlApplicationContext</module>
|
2023-11-23 10:36:51 +00:00
|
|
|
<module>spring-context-annotationConfigApplicationContext</module>
|
2023-11-23 09:50:38 +00:00
|
|
|
</modules>
|
2023-11-09 13:15:38 +00:00
|
|
|
|
|
|
|
</project>
|