eight
2024-09-11 0fd05805e138bcd29f75a17f0fbde15a8292238c
jh-server/pom.xml
@@ -128,6 +128,21 @@
            <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>