Merge pull request 'feat(修改): 新增模板代码' (#3) from dev into master

Reviewed-on: #3
添加代码生成器
This commit is contained in:
bunny 2024-05-22 15:37:29 +08:00
commit cc1147d83b
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -38,6 +38,8 @@
<jodatime.version>2.10.1</jodatime.version>
<aspectj>1.9.21</aspectj>
<pagehelper.version>6.1.0</pagehelper.version>
<velocity.version>2.2</velocity.version>
<velocity-tools.version>3.1</velocity-tools.version>
</properties>
<dependencyManagement>
<dependencies>
@ -47,6 +49,17 @@
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<!-- velocity -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
</dependency>
<dependency>
<groupId>org.apache.velocity.tools</groupId>
<artifactId>velocity-tools-generic</artifactId>
<version>${velocity-tools.version}</version>
</dependency>
<!-- mybatis-plus -->
<dependency>
<groupId>com.baomidou</groupId>