Mr.Shi
2023-08-22 961a54152717ed343a6e16e923c67ef4afc1d5f1
server/pom.xml
@@ -72,6 +72,12 @@
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <version>1.2.13</version>
            <exclusions>
                <exclusion>
                    <artifactId>mybatis-spring</artifactId>
                    <groupId>org.mybatis</groupId>
                </exclusion>
            </exclusions>
        </dependency>
        <!-- 连接池 -->
        <dependency>
@@ -262,6 +268,13 @@
            <systemPath>${project.basedir}/lib/antelope-other-client-20230203.0.1.jar
            </systemPath>
        </dependency>
        <!-- https://mvnrepository.com/artifact/com.github.yulichang/mybatis-plus-join -->
        <dependency>
            <groupId>com.github.yulichang</groupId>
            <artifactId>mybatis-plus-join</artifactId>
            <version>1.4.2.2</version>
        </dependency>
    </dependencies>
    <build>
        <resources>