杜洪波
2025-05-08 fc9b06b7d0c88ded5c1477799b1f26708349d277
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>
@@ -158,18 +183,12 @@
            <groupId>com.lx</groupId>
            <artifactId>product-server-data-center</artifactId>
        </dependency>
      <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-system-backup</artifactId>
        </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>
@@ -181,12 +200,6 @@
        <dependency>
            <groupId>org.spring</groupId>
            <artifactId>spring-server-master</artifactId>
        </dependency>
        <dependency>
            <groupId>com.sendgrid</groupId>
            <artifactId>sendgrid-java</artifactId>
            <version>4.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
@@ -344,11 +357,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"/>