Hi team ,
i have configured properties and reading the same in hotfolder-spring. xml file .
how pass default value on the same?
<int:poller fixed-rate="#{configurationService.configuration.getString('cargill.hotfolder.storage.polling.fixed.rate')}" />
is any possibility please suggest like below
<int:poller fixed-rate="#{configurationService.configuration.getString('cargill.hotfolder.storage.polling.fixed.rate':1000" />