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
Post a Comment