1/// This module contains the MongoDB reader implementation for the Spring Batch framework. 2pub mod mongodb_reader; 3 4/// This module contains the MongoDB writer implementation for the Spring Batch framework. 5pub mod mongodb_writer;