on ‎2020 Mar 06 6:18 AM
Hi Experts,
Could you please let us know how can we read the HYBRIS_CONFIG_DIR in hybris java code.
Request clarification before answering.
Hi aparna.de
You can use simply using configuration service to get path of config dir like below snippet:
@Resource(name = "configurationService")
private ConfigurationServiceconfigurationService;
String configdir=configurationService.getConfiguration().getString(HYBRIS_CONFIG_DIR)I hope this will help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.