how to use spring-batch-extensions into our own project -


we want upload excel file in our application , read excel through asynchronous process avoid delay in synchronous reading. want use spring batch read excel file , not find references other spring-batch-extensions. spring-batch-extensions not present in maven repository add dependency rather source code available git hub. can there better way use spring-batch-extensions dependency in project instead of clone code , build snapshot version ?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -