Spring FlatFileItemReader - UnsupportedEncodingException

时间:2016-11-15 15:36:12

标签: java spring spring-batch

我正在处理批处理作业,以便每天同步一些数据。 spring在整个项目中使用,现在我遇到了错误 org.springframework.batch.item.ItemStreamException: Failed to initialize the reader

是的 Caused by: java.io.UnsupportedEncodingException:${batch.reader.encoding.projectname}

我现在的问题是:大括号中的(对我来说看起来像一个限定符)是什么意思?我似乎无法找到设置它的地方 - 它有助于查看是否有其他内容等因为我基本上复制了一个已经正在运行的批处理作业,所以我想我只是忘了把我的工作添加到某些xml配置文件?

谢谢!

0 个答案:

没有答案