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

View File

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

View File

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