mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
chore: 优化部分注释
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 扩展模块 - CRUD(增删改查) - MyBatis Flex ORM 模块</description>
|
||||
<description>ContiNew Starter 扩展模块 - CRUD(增删改查) - MyBatis Flex ORM</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- 核心模块 -->
|
||||
|
@@ -13,7 +13,7 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 扩展模块 - CRUD(增删改查) - MyBatis Plus ORM 模块</description>
|
||||
<description>ContiNew Starter 扩展模块 - CRUD(增删改查) - MyBatis Plus ORM</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- 核心模块 -->
|
||||
|
@@ -13,7 +13,7 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 扩展模块 - 数据权限 - MyBatis Plus ORM 模块</description>
|
||||
<description>ContiNew Starter 扩展模块 - 数据权限 - MyBatis Plus ORM</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- 数据权限 - 核心模块 -->
|
||||
@@ -22,7 +22,7 @@
|
||||
<artifactId>continew-starter-extension-datapermission-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- 数据访问模块 - 核心模块-->
|
||||
<!-- 数据访问模块 - 核心模块 -->
|
||||
<dependency>
|
||||
<groupId>top.continew.starter</groupId>
|
||||
<artifactId>continew-starter-data-core</artifactId>
|
||||
|
@@ -13,7 +13,7 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 扩展模块 - 租户 - MyBatis Plus ORM 模块</description>
|
||||
<description>ContiNew Starter 扩展模块 - 租户 - MyBatis Plus ORM</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- 租户 - 核心模块 -->
|
||||
|
Reference in New Issue
Block a user