31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
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>com.yida.data</groupId>
|
|
<artifactId>febs-cloud</artifactId>
|
|
<version>2.2-RELEASE</version>
|
|
</parent>
|
|
|
|
<modules>
|
|
<module>febs-common-core</module>
|
|
<module>febs-common-redis-starter</module>
|
|
<module>febs-common-datasource-starter</module>
|
|
<module>febs-common-security-starter</module>
|
|
<!-- <module>febs-common-doc</module>-->
|
|
<module>febs-common-doc-gateway-starter</module>
|
|
<module>febs-common-doc-starter</module>
|
|
<module>rabbitmq-starter</module>
|
|
<module>febs-common-log-starter</module>
|
|
</modules>
|
|
|
|
<groupId>com.yida.data</groupId>
|
|
<artifactId>febs-common</artifactId>
|
|
<version>2.2-RELEASE</version>
|
|
<name>FEBS-Common</name>
|
|
<packaging>pom</packaging>
|
|
<description>FEBS-Common通用模块</description>
|
|
|
|
</project>
|