修复升级cloud引起的代码生成报错

This commit is contained in:
RuoYi
2021-05-30 18:20:35 +08:00
committed by 疯狂的狮子li
parent bdc1773133
commit 9053c32241
2 changed files with 14 additions and 0 deletions

View File

@@ -54,6 +54,12 @@
<artifactId>velocity</artifactId>
</dependency>
<!-- Commons Collections -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
<!-- Mysql Connector -->
<dependency>
<groupId>mysql</groupId>