jmix1.5 热部署失效

如题,单纯修改xml,不会触发热部署,控制台没有任何日志打印。请问如何排查问题

热部署失败一般是Studio没有检测到应用程序在运行。比如 server.port 的设置不正确。可以在 IDEA 的log中添加热部署的调试信息:

Add the following line to the Custom Debug Log Configuration (Help → Diagnostic Tools → Debug Log Settings…):
#com.haulmont.jmixstudio.intellij.hotdeploy

添加了,但是没有任何相关日志的打印,只有这么一句

2024-05-16 17:02:09,668 [ 165542]   FINE - #com.haulmont.jmixstudio.intellij.hotdeploy.HotDeployer - Init HotDeployer

image

改了 xml 保存后也没有任何信息?