cheng
2025-02-13 1c8e382f0a5e1f315d3a80c1c049035151670dff
pom.xml
@@ -40,10 +40,35 @@
    </profiles>
    <dependencies>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-tool-conduct</artifactId>
        </dependency>
        <!--补丁模块-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-patch</artifactId>
        </dependency>
        <!--人事管理-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-hr</artifactId>
        </dependency>
        <!--设备管理-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-device</artifactId>
        </dependency>
        <!--通用模块(util)-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-common</artifactId>
        </dependency>
        <!-- 手机端-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-mobile-core</artifactId>
        </dependency>
        <!--数据源-->
        <dependency>
@@ -80,6 +105,10 @@
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-mq</artifactId>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-hr</artifactId>
        </dependency>
        <!--附件管理、文档管理-->
        <dependency>
@@ -129,10 +158,6 @@
            <groupId>com.lx</groupId>
            <artifactId>product-server-tool-table</artifactId>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-announcement</artifactId>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
@@ -160,16 +185,6 @@
        </dependency>
        <!--项目管理模块-->
        <!--   <dependency>-->
        <!--      <groupId>com.lx</groupId>-->
        <!--      <artifactId>product-project-server-base</artifactId>-->
        <!--      <version>1.0.0-SNAPSHOT</version>-->
        <!--   </dependency>-->
        <!--   <dependency>-->
        <!--      <groupId>com.lx</groupId>-->
        <!--      <artifactId>product-project-server-contract</artifactId>-->
        <!--      <version>1.0.0-SNAPSHOT</version>-->
        <!--   </dependency>-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-customer</artifactId>
@@ -182,7 +197,6 @@
            <groupId>org.spring</groupId>
            <artifactId>spring-server-master</artifactId>
        </dependency>
        <dependency>
            <groupId>com.sendgrid</groupId>
            <artifactId>sendgrid-java</artifactId>
@@ -344,11 +358,11 @@
                                        <include name="*.xml"/>
                                    </fileset>
                                </copy>
                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">
                                    <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">
                                        <include name="*.*"/>
                                    </fileset>
                                </copy>
                                <!--                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">-->
                                <!--                                    <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">-->
                                <!--                                        <include name="*.*"/>-->
                                <!--                                    </fileset>-->
                                <!--                                </copy>-->
                                <copy file="${project.build.directory}/product-server-web-2.0.0-release.jar"
                                      tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.0.0-release.jar"
                                      overwrite="true"/>