Step 10-Update application.properties File
We will need to update some default values for our application properties file.
1, Open the Resources folder in our project:
Â
2. Open the application-app_dev.properties file and add the following items shown in bold:
###############################################################################
integration.name= pim-cie-test-dev
# If you need to change default camel-context.xml filename or location, adjust following property
integration.context=classpath*:camel-context.xml
###############################################################################
# PFX Client (mandatory) (accessible as bean 'pricefx')
###############################################################################
integration.pfx.url=https://training.pricefx.eu
integration.pfx.username=admin
integration.pfx.partition=training-cie-0005
integration.pfx.password=xxxxxxxxxx
integration.pfx.debug=false
###############################################################################
integration.name= pim-cie-test-dev
# If you need to change default camel-context.xml filename or location, adjust following property
integration.context=classpath*:camel-context.xml
###############################################################################
# PFX Client (mandatory) (accessible as bean 'pricefx')
###############################################################################
integration.pfx.url=https://training.pricefx.eu
integration.pfx.username=admin
integration.pfx.partition=training-cie-0005
integration.pfx.password=xxxxxxxxxx
integration.pfx.debug=false
Â
NOTE: The values used here will be found in the email from the creation of your IntegrationManager instance. The value for integration.name of pim-cie-test-dev is a sample name and yours will be different.