spring - SpringXD module configurations not being picked up -
using springxd mail sink , wanted configure mail server settings in properties file in module config directory. created mail.properties file in config/modules/sink/mail directory , placed server properties in there. property names same if used inline stream definition:
host=smtp.example.com port=25 username=username password=secret from=somedude@example.com however these did not picked up. know because when put them inline stream worked.
i did check typos in file , in folder/file names , there none. there special trick configure modules come springxd way?
can confirm if have modules config location set correctly? default, set use $xd_home/config/modules or can override using enviornment property xd_module_config_location
Comments
Post a Comment