按技术方向切分为多个starter

This commit is contained in:
Administrator
2020-10-21 13:12:54 +08:00
parent 1fef4b6b41
commit 3bbc8ead22
36 changed files with 1032 additions and 0 deletions

View File

@ -0,0 +1,36 @@
<?xml version="1.0"?>
<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>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1</version>
<relativePath/>
</parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-apollo-starter</artifactId>
<version>0.0.1</version>
<name>mall-ebtp-cloud-apollo-stater</name>
<organization>
<name>Chinaunicom, Inc.</name>
</organization>
<developers>
<developer>
<name>Ajaxfan</name>
<email>909938737@qq.com</email>
<organization>Chinaunicom, Inc.</organization>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-client</artifactId>
</dependency>
</dependencies>
</project>