mybatisplus报错 org/apache/velocity/context/Context
pom.xml文件当中加入velocity的依赖
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.2</version>
</dependency>
mybatisplus报错 org/apache/velocity/context/Context
pom.xml文件当中加入velocity的依赖
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.2</version>
</dependency>