How could I reduce the Hybris server startup time?

前端 未结 11 2004
半阙折子戏
半阙折子戏 2021-02-14 14:52

I am working on a Hybris project and it is very time consuming to wait 350 - 550 sec for a single Hybris server startup, for e

11条回答
  •  轮回少年
    2021-02-14 15:22

    I would recommend to use Jrebel - it works like a charm with Hybris, and redeploys beans in runtime. The main advantage is that it's able to reconfigure Spring beans without redeploying, so it really saves much time on server restart.

    There are open-source alternatives, but they weren't suitable for me, though it's worth to look on them: DCEVM and fakereplace

提交回复
热议问题