Files
Александр Оруджев 5832be3819 2021-02 spring-07-jdbc added
2021-03-20 00:06:28 +04:00

21 lines
710 B
XML

<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.otus</groupId>
<artifactId>jdbc-class-work</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>jdbc-demo-exercise</module>
<module>jdbc-demo-solution-3</module>
<module>jdbc-demo-solution-4</module>
<module>jdbc-demo-solution-5</module>
<module>jdbc-demo-solution-final</module>
</modules>
</project>