Miscellaneous
一、使用devtools实现远程热部署
1 实现过程
1.1 配置
- pom 依赖


- yml 配置

- Configurations

1.2 具体操作
- 修改方法体

- Recompile

2 实现现象
2.1 本地IDEA

2.2 远程服务器
- 本地 Recompile 前,调用 GET /captcha/{phone}

- 本地 Recompile 后,远程服务器经过两次重启,调用 GET /captcha/{phone}

Miscellaneous
https://arloyee.github.io/2023/09/11/Miscellaneous/