如何使用 SpringBoot 2.2.7.RELEASE(大约 2020 年)在 Eclipse 中启用热交换?

How to enable hotswap in Eclipse with SpringBoot 2.2.7.RELEASE (circa 2020)?

Google 在这方面不合作...大多数点击至少有 5 年历史或使用 Tomcat。

如何使用 SpringBoot 2.2 在 Eclipse 中启用代码热交换(它现在显示 2019-06,但如果需要我会升级)。7.RELEASE(这是几天前的最新版本, 但如果需要我可以升级到 2.3.0-RELEASE)?

显然这就是所需要的:

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <optional>true</optional>
</dependency>