mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-10 08:57:19 +08:00
style: 完善部分描述
This commit is contained in:
@@ -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 客户端) -->
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user