如何在Spring Boot 2中进行热插拔?

时间:2019-02-01 17:01:51

标签: intellij-idea dcevm hotswapagent

java版本“ 1.8.0_201”, DCEVM-8u181, Intellij idea Ultimate 2018.3.4, Spring Boot 2.1.2.RELEASE, 最后一个HotSwapAgent插件

替换字符串并重新编译(ctrl + shift + F9)后,日志中将显示一条消息:

HOTSWAP AGENT: 19:44:28.708 WARNING (org.hotswap.agent.watch.nio.WatcherNIO2) - Watcher on PathPair [watched=/my/prj/reservation-service/target/classes/com/example/reservationservice/controller] not valid, removing...

再次调用controller方法将返回相同的结果。 对于安装,我使用了以下说明:http://hotswapagent.org/mydoc_setup_intellij_idea.html

我该如何解决?

0 个答案:

没有答案