疾病信息表 热部署的配置

This commit is contained in:
2025-07-09 16:38:34 +08:00
parent 69fb8678e3
commit 56ec33cc9b
7 changed files with 474 additions and 0 deletions

View File

@@ -175,6 +175,12 @@
<artifactId>jjwt</artifactId>
<version>${jwt.version}</version>
</dependency>
<!--热部署-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<!-- 验证码 -->
<dependency>
@@ -249,6 +255,7 @@
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>