update ruoyi-framework/pom.xml.

增加热部署组件,保证修改thymeleaf不用重启服务

Signed-off-by: Ai3_刘小龙 <wisty0317@163.com>
pull/413/head
Ai3_刘小龙 2022-09-29 08:47:33 +00:00 committed by Gitee
parent db3e571af0
commit b449d1930d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,12 @@
<artifactId>ruoyi-system</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>