How could I reduce the Hybris server startup time?

前端 未结 11 1868
花落未央
花落未央 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条回答
  •  忘了有多久
    2021-02-14 15:19

    Please use this properties in local.properties file

    #Performance mode
    build.development.mode=false
    tomcat.development.mode=false
    storefront.granule.enabled=true
    addonfilter.active=false
    

提交回复
热议问题