Updated to files to fit the Standard.

This commit is contained in:
Glenn Renfro
2022-07-25 11:41:43 -04:00
parent 39908bb499
commit 76a5d12136
200 changed files with 2839 additions and 4125 deletions

View File

@@ -29,4 +29,5 @@ public class SingleStepBatchJobApplication {
public static void main(String[] args) {
SpringApplication.run(SingleStepBatchJobApplication.class, args);
}
}