1. Profiling Spring Batch application stackoverflow.comI'm using Spring batch in my application. It reads records from a flat file, processes them, and writes them into a database using JdbcBatchItemWriter. When I use VisualVM to profile the application, ... |