springboot热部署

配置idea 请查考:http://blog.csdn.net/tmaskboy/article/details/78996794


第一步:

使用idea工具时候需要设置自动编译

1. 打开settings界面:File->Settings

2. 选中Compiler选项:Build,Execution,Deployment->Compiler

3. 选中Make project automatically

第二步:mac 按住:shift+option+command+/ 


springboot热部署_第1张图片

根据首字母找到compiler.automake.allow.when.app.running,选中即可。


springboot热部署_第2张图片



重启idea 搞定

你可能感兴趣的:(springboot热部署)