Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/batch]

后端 未结 5 1952
抹茶落季
抹茶落季 2020-11-30 03:16

Situation

I am using Spring Batch to build an Accumulative Snapshot for our Data Warehouse and I am having a configuration roadblock that I cannot figure out.

<
5条回答
  •  迷失自我
    2020-11-30 04:04

    In my case it was simply missing the spring transaction dependency - or perhaps pointing to an old one. Replacing that with 3.1 took the error away.

提交回复
热议问题