前言
热部署可以帮助我们在开发模式时,免去手动打包部署环节,方便修改代码后立即发布应用,快速验证,说不多说,配置步骤如下。
配置
-
开启自动编译
File -> Settings -> Build -> Compiler -> Build project automatically
- 开启项目运行时自动make
-
使用快捷键组合:command+shift+alt+/
- 选择registry
-
忽略警告,勾选key为compiler.automake.allow.when.app.running的行
-
这样就配置就结束了,赶紧去修改代码保存验证吧!