I have spring batch configuration for spring outbound sftp which has
<property name="remoteDirectory" value="/SFTP/Books_File_20160629"></property>
I want _20160629 to be today's date in same yyyymmdd format rather than hard coding.
Please tell me is there any way for that ?
Thanks,
Aiden