代码生成

This commit is contained in:
2026-01-19 21:30:09 +08:00
parent b3def6eb10
commit 06979818be
26 changed files with 933 additions and 51 deletions

10
pom.xml
View File

@@ -23,6 +23,7 @@
<hibernate-validator.version>9.1.0.Final</hibernate-validator.version>
<springdoc-openapi-starter-webmvc-ui.version>2.8.15</springdoc-openapi-starter-webmvc-ui.version>
<ST4.version>4.3.4</ST4.version>
<liteflow.version>2.15.2</liteflow.version>
</properties>
<dependencies>
@@ -102,8 +103,17 @@
<groupId>org.antlr</groupId>
<artifactId>ST4</artifactId>
<version>${ST4.version}</version>
<scope>compile</scope>
</dependency>
<!-- liteflow -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>${liteflow.version}</version>
</dependency>
<!-- 测试 -->
<dependency>
<groupId>org.springframework.boot</groupId>