format pom

This commit is contained in:
RuoYi
2020-07-16 16:19:28 +08:00
parent c8b42c5b82
commit ddbb1aa170
7 changed files with 418 additions and 421 deletions

View File

@ -10,19 +10,19 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-generator</artifactId>
<description>
generator代码生成
</description>
<description>
generator代码生成
</description>
<dependencies>
<!--velocity代码生成使用模板 -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
@ -30,5 +30,5 @@
</dependency>
</dependencies>
</project>