spring-batch-article icon indicating copy to clipboard operation
spring-batch-article copied to clipboard

Project for the Spring Batch Tutorial

Results 3 spring-batch-article issues
Sort by recently updated
recently updated
newest added

Hi, Currently the project cannot compile on JDK 11. The reason is that the lombok version used in the project uses operations that are deemed unsafe in JDK11. Further, PreDestroy...

Hi, One of the tests fails and seems to be an error due to missing database.xml file. Looks like this is on git ignore and thus hasn't been added to...