我做了我的研究,却找不到真实的答案。 来自hybris专家的任何意见都受到高度赞赏。
答案 0 :(得分:4)
Project properties is found within the platform directory of hybris and provides factory default settings. It is not recommended to edit this file.
Local properties is the working copy of the project.properties file that will be found in the config folder. Use this file to override the default hybris settings.
They both do the same thing, allow you to define database connections, ports, build environment, mail services, frontend https, etc,etc. You might ask why don't you just modify the project.properties file instead? You don't because of the following:
In general any changes you want to make use local.properties in config. Hope that helps.