Skip to Content
0
Jun 17, 2020 at 07:43 AM

how to pass default value for the required properties

111 Views

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" />