<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>cn.jdevelops</groupId>
    <artifactId>jdevelops</artifactId>
    <version>2.0.7</version>
  </parent>
  <groupId>cn.jdevelops</groupId>
  <artifactId>jdevelops-data</artifactId>
  <version>2.0.7</version>
  <packaging>pom</packaging>
  <description>数据访问层</description>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <modules>
    <module>jdevelops-data-auto-schema</module>
    <module>jdevelops-data-jpa</module>
    <module>jdevelops-data-jdbctemplate</module>
    <module>jdevelops-data-es</module>
    <module>jdevelops-data-ddss</module>
  </modules>
</project>
