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

This commit is contained in:
chenbowen
2025-09-02 17:58:48 +08:00
parent 81f3387195
commit 7c45ea5a19
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>