I am working on a Spring batch project which will be running on a Windows machine where I have to use NTLM authentication instead of taking the credentials from property file.
It would be great help If I could get some guidance on how to implement it using Spring.