eight
2024-08-15 8c2f79b721a05fbf73c50a78b267ea3868c632d2
jh-server/pom.xml
@@ -128,6 +128,19 @@
            <artifactId>jh-spring-boot-starter-protection</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-openfeign</artifactId>
            <version>${openfeign.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-devtools</artifactId>
            <scope>runtime</scope>
            <optional>true</optional>
        </dependency>
    </dependencies>
    <build>