Spring Batch CommandLineJobRunner:错误:ClassNotFound

时间:2018-04-27 18:02:22

标签: java spring-boot gradle

我在执行命令时遇到以下错误(在Windows OS上运行):

  

java -cp“build / libs / BatchExample.jar; lib / *”   org.springframework.batch.core.launch.support.CommandLineJobRunner   JobConfigClass jobName

错误:

错误:无法找到或加载主类org.springframework.batch.core.launch.support.CommandLineJobRunner

我的项目是一个gradle项目。

我尝试了很多选择,但没有运气。

请帮忙。

注意: BatchExample.jar在BOOT-INF \ lib \

中已经有spring-core-4.3.7.RELEASE.jar

0 个答案:

没有答案