Spring4.3之后不再支持velocity

原文:

As of Spring Framework 4.3, Velocity support has been deprecated due to six years without active maintenance of the Apache Velocity project. We recommend Spring’s FreeMarker support instead, or Thymeleaf which comes with Spring support itself.


大意是:

velocity已经6年没更新,sping4.3开始不再支持velocity,推荐使用FreeMarker或者Thymeleaf。


https://docs.spring.io/spring/docs/4.3.15.BUILD-SNAPSHOT/spring-framework-reference/htmlsingle/#view-velocity

猜你喜欢

转载自blog.csdn.net/sjzylc/article/details/79797674