eight
2024-08-07 0da217e7002b4e6e3226e1d64b52c9c5a10a064c
jh-server/pom.xml
@@ -32,6 +32,13 @@
            <version>${revision}</version>
        </dependency>
        <!-- ECG中心。默认注释,保证编译速度 -->
        <dependency>
            <groupId>cn.lihu</groupId>
            <artifactId>jh-module-ecg-biz</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- 会员中心。默认注释,保证编译速度 -->
<!--        <dependency>-->
<!--            <groupId>cn.lihu</groupId>-->
@@ -121,6 +128,12 @@
            <artifactId>jh-spring-boot-starter-protection</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <scope>runtime</scope>
        </dependency>
    </dependencies>
    <build>