原因:

 缺少velocity的依赖

解决方案:

<dependency>
   <groupId>org.apache.velocity</groupId>
   <artifactId>velocity-engine-core</artifactId>
   <version>2.0</version>
</dependency>
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-08-08
  • 2019-07-19
  • 2021-08-10
猜你喜欢
  • 2021-06-01
  • 2021-09-18
  • 2021-04-24
  • 2021-11-24
  • 2021-08-05
  • 2022-12-23
相关资源
相似解决方案