我使用以下热重载指令运行JHipster示例应用程序:
-javaagent:spring_loaded/springloaded-jhipster.jar -noverify -Dspringloaded=plugins=io.github.jhipster.loaded.instrument.JHipsterLoadtimeInstrumentationPlugin
我将以下内容插入com.mycompany.myapp.web.rest.AccountResource中的getCurrentSessions()以测试热重新加载:
log.debug("Getting the current open sessions...");
我没有看到调试消息显示出来。我在IntelliJ IDEA 12.1.6中运行它。
答案 0 :(得分:0)
在代码更改后尝试ctr + f9或cmnd + f9(如果你在Mac上)。它应告诉Intellij刷新你的jar并且你应该看到你的日志