spring boot hotswap with Intellij IDE

后端 未结 7 2082
长发绾君心
长发绾君心 2020-11-28 02:40

I have a spring boot application running fine with Intellij IDE. i.e i started the Application class that has the main method which delegates to SpringApplication.run. Every

相关标签:
7条回答
  • 2020-11-28 03:19

    Use spring-loaded. It works fine with bean reloading. It's free alternative to JRebel.

    Another way is to use DCEVM or hotswapagent

    0 讨论(0)
提交回复
热议问题