mirror of https://gitee.com/y_project/RuoYi.git
update ruoyi-framework/pom.xml.
增加热部署组件,保证修改thymeleaf不用重启服务 Signed-off-by: Ai3_刘小龙 <wisty0317@163.com>pull/413/head
parent
db3e571af0
commit
b449d1930d
|
@ -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>
|
Loading…
Reference in New Issue