pipIrr-platform/pipIrr-web/pom.xml
@@ -19,6 +19,7 @@
    <modules>
        <module>pipIrr-web-demo</module>
        <module>pipIrr-web-sso</module>
        <module>pipIrr-web-base</module>
        <module>pipIrr-web-remote</module>
        <module>pipIrr-web-statistics</module>
@@ -104,8 +105,9 @@
        <!--mysql驱动-->
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <groupId>com.mysql</groupId>
            <artifactId>mysql-connector-j</artifactId>
            <version>8.0.33</version>
        </dependency>
        <!--druid-spring-boot连接池-->
        <dependency>
@@ -136,7 +138,7 @@
            <version>2.0.40</version>
        </dependency>
        <!-- vo po转换 -->
        <!-- vo po转换  全局没有下面依赖,所以此处必须加版本号-->
        <dependency>
            <groupId>org.mapstruct</groupId>
            <artifactId>mapstruct</artifactId>
@@ -160,6 +162,13 @@
            <artifactId>jdom2</artifactId>
        </dependency>
        <!-- bean和map互转换 -->
        <dependency>
            <groupId>org.apache.dubbo</groupId>
            <artifactId>dubbo</artifactId>
            <version>3.2.7</version>
        </dependency>
        <!-- 测试 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>