mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-07 10:57:13 +08:00
chore: 优化部分注释
This commit is contained in:
@@ -26,7 +26,7 @@ import top.continew.starter.core.constant.StringConstants;
|
||||
import top.continew.starter.core.enums.BaseEnum;
|
||||
|
||||
/**
|
||||
* Easy Excel 枚举接口转换器
|
||||
* Excel 枚举接口转换器
|
||||
*
|
||||
* @see BaseEnum
|
||||
*
|
||||
|
@@ -26,7 +26,7 @@ import cn.idev.excel.metadata.data.WriteCellData;
|
||||
import cn.idev.excel.metadata.property.ExcelContentProperty;
|
||||
|
||||
/**
|
||||
* Easy Excel 大数值转换器
|
||||
* Excel 大数值转换器
|
||||
* <p>
|
||||
* Excel 中对长度超过 15 位的数值输入是有限制的,从 16 位开始无论录入什么数字均会变为 0,因此输入时只能以文本的形式进行录入
|
||||
* </p>
|
||||
|
@@ -29,7 +29,7 @@ import top.continew.starter.core.constant.StringConstants;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Easy Excel List 集合转换器
|
||||
* Excel List 集合转换器
|
||||
*
|
||||
* <p>
|
||||
* 仅适合 List<基本类型> <=> xxx,xxx 转换
|
||||
|
@@ -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>
|
||||
<!-- 租户 - 核心模块 -->
|
||||
|
@@ -13,7 +13,7 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块 - 敏感词模块</description>
|
||||
<description>ContiNew Starter 安全模块 - 敏感词</description>
|
||||
|
||||
<dependencies>
|
||||
<!-- Hutool DFA 模块(基于 DFA 的关键词查找) -->
|
||||
|
@@ -13,5 +13,5 @@
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<description>ContiNew Starter 安全模块 - XSS 过滤模块</description>
|
||||
<description>ContiNew Starter 安全模块 - XSS 过滤</description>
|
||||
</project>
|
7
pom.xml
7
pom.xml
@@ -15,10 +15,9 @@
|
||||
|
||||
<name>ContiNew Starter</name>
|
||||
<description>
|
||||
ContiNew Starter(Continue New Starter)基于“约定优于配置”的理念,
|
||||
再次精简常规配置,提供一个更为完整的配置解决方案,帮助开发人员更加快速的集成常用第三方库或工具到 Spring Boot Web 应用程序中。
|
||||
ContiNew Starter 包含了一系列经过企业实践优化的依赖包(如 MyBatis-Plus、SaToken),
|
||||
可轻松集成到应用中,为开发人员减少手动引入依赖及配置的麻烦,为 Spring Boot Web 项目的灵活快速构建提供支持。
|
||||
ContiNew Starter(Continue New Starter)基于“约定优于配置”理念,进一步精简常规配置,提供完整的配置解决方案,帮助开发人员更快速地将常用第三方库或工具集成到 Spring Boot Web 应用程序中。
|
||||
ContiNew Starter 封装了一系列经过企业实践验证的依赖包(如 MyBatis-Plus、SaToken),可轻松集成到应用中,减少开发人员手动引入依赖及配置的工作量,为 Spring Boot Web 项目的灵活快速构建提供支持。
|
||||
ContiNew Starter 源自 ContiNew Admin 后台管理框架项目。随着 ContiNew Admin 的发展,作者发现初学者需要关注过多的脚手架通用基础能力,且在新项目中复用这些能力时存在迁移困难的问题。于是,ContiNew Starter 应运而生,作者在 ContiNew Admin 2.x 版本时,将项目中的通用基础能力进行了抽离并深度优化。这样,无论是在 ContiNew Admin 中使用,还是单独使用这些基础能力,都可以更加轻松。
|
||||
</description>
|
||||
|
||||
<properties>
|
||||
|
Reference in New Issue
Block a user