admin
2018-12-15 8ffbaa8a754e90242b99b61a3669bc5cfe1cdc93
首次导入
1个文件已删除
1 文件已重命名
4个文件已修改
2 文件已复制
118 ■■■■ 已修改文件
fanli-client/pom.xml 35 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-common/pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-facade-goods/pom.xml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-facade-money/pom.xml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-facade-order/pom.xml 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-service-msg/pom.xml 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-service-user/pom.xml 30 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-utils/pom.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli-client/pom.xml
@@ -2,6 +2,7 @@
<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">
    <!-- 移动客户端,H5端,后台管理的网络请求API-->
    <parent>
        <artifactId>FanLiMain</artifactId>
        <groupId>com.yeshi.fanli</groupId>
@@ -11,13 +12,43 @@
    <packaging>war</packaging>
    <artifactId>client</artifactId>
    <artifactId>fanli-client</artifactId>
    <dependencies>
        <dependency>
            <groupId>com.yeshi.fanli</groupId>
            <artifactId>base</artifactId>
            <artifactId>fanli-common</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.yeshi.fanli</groupId>
            <artifactId>fanli-common-config</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.yeshi.fanli</groupId>
            <artifactId>fanli-facade-goods</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.yeshi.fanli</groupId>
            <artifactId>fanli-facade-money</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.yeshi.fanli</groupId>
            <artifactId>fanli-facade-order</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.yeshi.fanli</groupId>
            <artifactId>fanli-facade-user</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
    </dependencies>
    <build>
fanli-common/pom.xml
@@ -10,13 +10,13 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>base</artifactId>
    <artifactId>fanli-common</artifactId>
    <packaging>jar</packaging>
    <dependencies>
        <dependency>
            <groupId>com.yeshi.fanli</groupId>
            <artifactId>utils</artifactId>
            <artifactId>fanli-utils</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>
fanli-facade-goods/pom.xml
File was renamed from config/pom.xml
@@ -2,17 +2,20 @@
<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">
    <!-- 系统配置服务 -->
    <parent>
        <artifactId>FanLiMain</artifactId>
        <groupId>com.yeshi.fanli</groupId>
        <version>1.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
    <artifactId>config</artifactId>
    <artifactId>fanli-facade-goods</artifactId>
    <build>
        <finalName>fanli-config</finalName>
        <finalName>fanli-facade-goods</finalName>
    </build>
</project>
fanli-facade-money/pom.xml
copy from config/pom.xml copy to fanli-facade-money/pom.xml
File was copied from config/pom.xml
@@ -2,17 +2,15 @@
<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">
    <!-- 系统配置服务 -->
    <parent>
        <artifactId>FanLiMain</artifactId>
        <groupId>com.yeshi.fanli</groupId>
        <version>1.0-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
    <artifactId>config</artifactId>
    <artifactId>fanli-facade-money</artifactId>
    <build>
        <finalName>fanli-config</finalName>
    </build>
</project>
fanli-facade-order/pom.xml
copy from config/pom.xml copy to fanli-facade-order/pom.xml
File was copied from config/pom.xml
@@ -2,7 +2,6 @@
<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">
    <!-- 系统配置服务 -->
    <parent>
        <artifactId>FanLiMain</artifactId>
        <groupId>com.yeshi.fanli</groupId>
@@ -10,9 +9,12 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>config</artifactId>
    <artifactId>fanli-facade-order</artifactId>
    <packaging>jar</packaging>
    <build>
        <finalName>fanli-config</finalName>
        <finalName>fanli-facade-order</finalName>
    </build>
</project>
fanli-service-msg/pom.xml
File was deleted
fanli-service-user/pom.xml
@@ -20,36 +20,6 @@
        </dependency>
    </dependencies>
    <!-- 运行环境设置-->
    <profiles>
        <profile>
            <!-- 本地开发环境 -->
            <id>dev</id>
            <properties>
                <profiles.active>dev</profiles.active>
            </properties>
            <!-- 默认开发环境 -->
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
        </profile>
        <profile>
            <!-- 测试环境 -->
            <id>test</id>
            <properties>
                <profiles.active>test</profiles.active>
            </properties>
        </profile>
        <profile>
            <!-- 生产环境 -->
            <id>pro</id>
            <properties>
                <profiles.active>pro</profiles.active>
            </properties>
        </profile>
    </profiles>
    <build>
        <finalName>fanli-user</finalName>
        <resources>
fanli-utils/pom.xml
@@ -9,9 +9,13 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.yeshi.fanli</groupId>
    <artifactId>utils</artifactId>
    <artifactId>fanli-utils</artifactId>
    <version>1.0-SNAPSHOT</version>
    <packaging>jar</packaging>
    <build>
        <finalName>fanli-utils</finalName>
    </build>
</project>