VelocityEngineUtils has been removed in Spring 3.2 so what else to use?

后端 未结 4 1167
抹茶落季
抹茶落季 2020-12-14 19:11

Today I have upgraded my entire Spring web application from using Spring 3.1.1 to Spring 3.2.

Most part of my existing app does not break

4条回答
  •  执念已碎
    2020-12-14 20:08

    I don't think VelocityEngineUtils was in the spring-context jar (at least not since Spring last 3.1.x releases, according to GitHub).

    Anyway, you can find it in spring-context-support-3.2.0.RELEASE.jar

提交回复
热议问题