I am working on spring batch with spring boot 2.X application, actually its existing code i am checked out from git. While running the application it fails due to below error on
Add a public default constructor in your class. For example.
public User() { }