<?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>

    <parent>
        <groupId>cn.ziyicloud.framework.boot</groupId>
        <artifactId>ziyi-boot-build</artifactId>
        <version>${revision}</version>
    </parent>

    <artifactId>ziyi-boot-samples</artifactId>
    <packaging>pom</packaging>
    <name>Ziyi Boot Samples</name>
    <description>示例</description>
    <modules>
        <module>ziyi-boot-sample-data-jpa</module>
        <module>ziyi-boot-sample-data-mongodb</module>
        <module>ziyi-boot-sample-data-redis</module>
        <module>ziyi-boot-sample-fastjson</module>
        <module>ziyi-boot-sample-knife4j</module>
        <module>ziyi-boot-sample-web</module>
    </modules>
</project>
