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 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/jh-server/pom.xml b/jh-server/pom.xml index a53c822..6f373bb 100644 --- a/jh-server/pom.xml +++ b/jh-server/pom.xml @@ -128,6 +128,13 @@ <artifactId>jh-spring-boot-starter-protection</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-devtools</artifactId> + <scope>runtime</scope> + <optional>true</optional> + </dependency> + </dependencies> <build> -- Gitblit v1.9.3