spring mvc 不再支持 velocity,这里主要是把原来 spring mvc 中关于 velocity 的实现迁移过来,让喜欢 velocity 的 coder 继续在高版本的 springframework 中继续使用 velocity。
<dependency>
<groupId>com.buession</groupId>
<artifactId>buession-velocity</artifactId>
<version>x.x.x</version>
</dependency>
该类库,基本照搬了 springframework 集成 velocity 的代码和逻辑。