How could I reduce the Hybris server startup time?

前端 未结 11 1846
花落未央
花落未央 2021-02-14 15:08

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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-14 15:23

    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

提交回复
热议问题