From cc1fa508dfaeaafc44c5de042028be2af97c12ca Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 09 八月 2024 14:18:05 +0800 Subject: [PATCH] update --- jh-server/pom.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jh-server/pom.xml b/jh-server/pom.xml index e2de31e..6f373bb 100644 --- a/jh-server/pom.xml +++ b/jh-server/pom.xml @@ -128,11 +128,12 @@ <artifactId>jh-spring-boot-starter-protection</artifactId> </dependency> -<!-- <dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> - </dependency>--> + <optional>true</optional> + </dependency> </dependencies> -- Gitblit v1.9.3