spring cloud实现热加载
Posted The羿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring cloud实现热加载相关的知识,希望对你有一定的参考价值。
参见:https://blog.csdn.net/qq_36935391/article/details/98534001
spring-cloud实现热部署
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
eclipse中只需要配置到pom文件即可生效
以上是关于spring cloud实现热加载的主要内容,如果未能解决你的问题,请参考以下文章
spring cloud --- 使用 actuator 热更新刷新单机配置文件