如何使用MongoDB Gradle运行Spring批处理作业

时间:2019-11-29 06:12:07

标签: java mongodb spring-boot spring-batch

我正在尝试运行批处理操作,以将数百万个文件上传到S3存储桶并在mongoDB中保存路径。但是在注入Spring Batch依赖项的同时获取SQL数据源异常。在这里,我正在使用mongoDB。请让我知道注入依赖或使用有什么问题。

compile group: 'org.springframework.boot', name: 'spring-boot-starter-batch', version: '2.1.0.RELEASE'.  

0 个答案:

没有答案