我想在我的一个项目中使用spring技术。我启动了一个项目作为概念验证,但我无法使其正常工作。
由于org.springframework.batch.supportin.DatabaseType
中不受支持的notifyix,与notifyix的连接出现问题。
是否有任何机构知道任何其他解决方案来将任何弹簧技术与notifyix配合使用? 小小的工作示例将不胜感激。
错误:
ERROR o.s.boot.SpringApplication -Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurer': Invocation of init method failed; nested exception is org.springframework.batch.core.configuration.BatchConfigurationException: java.lang.IllegalArgumentException: DatabaseType not found for product name: [Informix Dynamic Server]
Caused by: org.springframework.batch.core.configuration.BatchConfigurationException: java.lang.IllegalArgumentException: DatabaseType not found for product name: [Informix Dynamic Server]
Caused by: java.lang.IllegalArgumentException: DatabaseType not found for product name: [Informix Dynamic Server]