velocity 版本冲突问题处理

This commit is contained in:
DESKTOP-J7ED0MB\yinjinlu
2022-10-19 23:30:35 +08:00
parent b86d97a107
commit b4d7bebc3d
3 changed files with 13 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
<!--velocity代码生成使用模板 -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<artifactId>velocity</artifactId>
</dependency>
<!-- collections工具类 -->