1. 重构模块与服务的生成器,使用模板的方式进行支持

(cherry picked from commit 7c45ea5a19)
This commit is contained in:
chenbowen
2025-09-02 17:58:48 +08:00
committed by chenbowen
parent ee6be70fc8
commit 2bb4d1d6c6
29 changed files with 1980 additions and 316 deletions

View File

@@ -56,5 +56,10 @@
<groupId>uk.co.jemos.podam</groupId> <!-- 单元测试,随机生成 POJO 类 -->
<artifactId>podam</artifactId>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
</dependency>
</dependencies>
</project>