我试图在Wildfly服务器20上最终执行Springbatch应用程序,但我得到了以下错误, 如果我使用内置的tomcat服务器,同样的代码也能正常工作。<init>(Jackson2ExecutionContextStringSerializer.java:119)
at org.springframework.batch.core.repository.support.JobRepositoryFactoryBean.afterPropertiesSet(JobRepositoryFac
我正在尝试使用SpringBootSpringBatch项目设置Impala。我通过将Impala设置为“非标准”数据库来实现这一点。Batch
at org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer.initialize(BasicBatchConfigurer.java(DatabaseType.java:121) ~[spring-batch<
如何在Spring批处理中正确配置Sybase数据源?at org.springframework.batch.support.DatabaseType.fromMetaData(DatabaseType.java:108)
at org.springframework.batch.core.repository.support.JobR
在尝试设置Springboot - spring批处理项目时,我遇到一个错误,声明: DatabaseType not found for product name: [Impala] 完整堆栈跟踪如下:762) [spring-boot-2.0.4.RELEASE.jar:2.0.4.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:1246