Hot deploy on JBoss - how do I make JBoss “see” the change?

后端 未结 16 1535
傲寒
傲寒 2020-11-30 21:23

I am developing a Java EE application that I deploy over and over again on a local JBoss installation during development. I want to speed up the build by hot deploying my ap

16条回答
  •  庸人自扰
    2020-11-30 22:08

    Start the server in debug mode and It will track changes inside methods. Other changes It will ask to restart the module.

提交回复
热议问题