博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring boot 热部署
阅读量:6292 次
发布时间:2019-06-22

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

有两种方式:Devtools 和 SpringLoader
org.springframework.boot
spring-boot-devtools
true
 

回到idea正常界面,Mac使用快捷键shift+option+command+/,window上的快捷键是Shift+Ctrl+Alt+/,打开Registry,勾选

compiler.automake.allow.when.app.runningcompiler.automake.allow.when.app.running

org.springframework.boot
spring-boot-maven-plugin
(不加也好使)
----------------------------------------------------------------------------------------------------------------------------------- SpringLoader->maven插件方式
SpringLoader->lib方式 springloader只能热部署后台代码 devtools是自动重新部署。

转载于:https://www.cnblogs.com/hongchengshise/p/10508368.html

你可能感兴趣的文章
Join和Relate作用和区别
查看>>
mysql中的意向锁IS,IX
查看>>
CSS学习笔记02float
查看>>
python库的学习系列之 15. Generic Operating System Services
查看>>
使用excel进行数据挖掘(5)---- 应用场景分析
查看>>
【CSS】隐藏多行文本框Textarea在IE中的垂直滚动栏
查看>>
2017-2018-1 《信息安全系统设计基础》实验一报告
查看>>
2017-2018-1 20155303 《信息安全系统设计基础》第五周学习总结
查看>>
0314考试总结
查看>>
Jquery 文字模拟输入效果
查看>>
linux 下 `dirname $0`
查看>>
代理模式(C++)
查看>>
vim自动补全快捷键
查看>>
Android Service AIDL
查看>>
PHP的工作原理和生命周期
查看>>
jQuery - 左右拖动分隔条
查看>>
注入 - Ring3 APC注入
查看>>
NFS PRC端口映射器
查看>>
关于JAVA匿名内部类,回调,事件模式的一点讨论
查看>>
Windows 术语表(Windows Glossary)
查看>>