Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从项目中完全删除 HMC,目前 HMC 也部署在 PRODUCTION、STAGE 和 DEVELOP 环境中。安全移除 HMC 的步骤是什么?
Hybris 提供的任何扩展(包括 hmc)在构建和服务器启动后都可用,因为它是在 localextensions.xml 中指定的。
因此,我建议尝试从您的 localextensions.xml 中删除 hmc 特定扩展,执行构建和服务器启动。
有时,在删除扩展后,需要进行清理(hac->Maintenance->Cleanup)。
在您的本地设置上执行此操作,看看它是否是您需要的。