Skip to content

arudge/groovy-spring-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Batch Job

  • Gradle is used to build the project

  • Project structure:

    | +- src | +- main | | | +- groovy | +- resources | +- test | | | +- groovy | +- resources
  • To run static analysis checks (findbugs & codenarc), and all tests run: gradle build

  • gradle test can be used to run tests only

  • gradle check can be used to run static analysis

  • To produce an executable 'fat' jar run: gradle shadow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages