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

后端 未结 4 1164
抹茶落季
抹茶落季 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:02

    VelocityEngineUtils is deprecated in spring > 3.2

    Below dependency will work perfectly

    
                com.alibaba.spring
                spring-webmvc-velocity
                1.4.3.18.RELEASE
     
    

    It's recommended to deprecate Velocity altogether and replace with thymeleaf

提交回复
热议问题