Hi Team,
The password in batch-Oracle.properties in spring batch application s clear text.Is there any configurations through which i can have encrypted password in this property file and the spring batch application be able to read the encrypted password continue its further processing?

Thanks