update 重构 将代码生成vm模板替换为fm模板 语法更清晰明了
This commit is contained in:
@@ -46,10 +46,10 @@
|
||||
<artifactId>ruoyi-common-log</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--velocity代码生成使用模板 -->
|
||||
<!-- FreeMarker代码生成模板 -->
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity-engine-core</artifactId>
|
||||
<groupId>org.freemarker</groupId>
|
||||
<artifactId>freemarker</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- AnyLine Spring JDBC 环境 -->
|
||||
|
||||
Reference in New Issue
Block a user