博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SpringBoot在idea中的热部署配置
阅读量:4966 次
发布时间:2019-06-12

本文共 481 字,大约阅读时间需要 1 分钟。

SpringBoot在idea中的热部署配置:

1.添加依赖:

<dependency>

  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-devtools</artifactId>
  <optional>true</optional><!-- optional=true,依赖不会传递,该项目依赖devtools;之后依赖myboot项目的项目如果想要使用devtools,需要重新引入 -->
</dependency>
 
2.勾选  File-Settings-Compiler-Build Project automatically
  

3.ctrl + shift + alt + /,选择Registry,勾上 Compiler autoMake allow when app running

 

 启动SpringBoot后修改文件可以发现SpringBoot自动重新启动

转载于:https://www.cnblogs.com/hdllhd/p/8513013.html

你可能感兴趣的文章
管理信息系统 第三部分 作业
查看>>
[Leetcode Week13]Search a 2D Matrix
查看>>
查看端口占用cmd命令
查看>>
2019.01.17王苛震作业
查看>>
清除浮动
查看>>
PayPal(贝宝)支付接口、文档、IPN
查看>>
ORACLE 10G R2_执行计划中cost cardinality bytes cpu_cost io_cost解释
查看>>
本地存储
查看>>
MP3的播放与停止
查看>>
牛客(59)按之字形顺序打印二叉树
查看>>
JavaScript 图表库 xCharts
查看>>
Android项目的目录结构
查看>>
C++中“引用”的底层实现
查看>>
Spring Cloud与微服务构建:微服务简介
查看>>
Babel 是干什么的
查看>>
20180418小测
查看>>
数字三角形
查看>>
前端笔记-基础笔记
查看>>
【LeetCode & 剑指offer刷题】查找与排序题6:33. Search in Rotated Sorted Array(系列)
查看>>
GNU/Linux超级本ZaReason Ultralap 440体验
查看>>