在liferay中,有没有办法覆盖模块/基础中的类?
发布于 2017-11-10 23:07:15
Liferay7的设计更多的是扩展而不是覆盖。不是覆盖某些东西,而是扩展功能或替换为另一个模块。
这里有几个示例,可以让我们在不同的层次上扩展。
https://github.com/liferay/liferay-blade-samples/tree/master/liferay-workspace/extensions
https://github.com/liferay/liferay-blade-samples/tree/master/liferay-workspace/overrides
https://stackoverflow.com/questions/47222588
复制相似问题