style: 完善部分描述

This commit is contained in:
2023-11-24 22:01:27 +08:00
parent cacba12b94
commit a5fb09c810
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter 缓存 - Redisson 模块</description>
<description>ContiNew Starter 缓存模块 - Redisson</description>
<dependencies>
<!-- Redisson不仅仅是一个 Redis Java 客户端) -->

View File

@@ -38,7 +38,7 @@ public class MyBatisPlusExtensionProperties {
private boolean enabled = false;
/**
* Mapper 所在配置时必须使用mapper-package 键名)
* Mapper 接口扫描配置时必须使用mapper-package 键名)
* <p>
* e.g. com.example.**.mapper
* </p>

View File

@@ -13,7 +13,7 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>ContiNew Starter JSON - Jackson 模块</description>
<description>ContiNew Starter JSON 模块 - Jackson</description>
<dependencies>
<dependency>