release: v2.12.1

This commit is contained in:
2025-06-09 21:43:40 +08:00
parent c08b57cb48
commit ad298930db
60 changed files with 183 additions and 14 deletions

View File

@@ -10,6 +10,9 @@
</parent>
<artifactId>continew-starter-extension-crud-core</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 扩展模块 - CRUD增删改查 - 核心模块</description>
<dependencies>

View File

@@ -10,6 +10,9 @@
</parent>
<artifactId>continew-starter-extension-crud-mf</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 扩展模块 - CRUD增删改查 - MyBatis Flex ORM 模块</description>
<dependencies>

View File

@@ -10,6 +10,9 @@
</parent>
<artifactId>continew-starter-extension-crud-mp</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 扩展模块 - CRUD增删改查 - MyBatis Plus ORM 模块</description>
<dependencies>

View File

@@ -11,6 +11,8 @@
<artifactId>continew-starter-extension-crud</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 扩展模块 - CRUD增删改查</description>
<modules>