mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-11-04 09:01:40 +08:00 
			
		
		
		
	style: 完善部分描述
This commit is contained in:
		@@ -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 客户端) -->
 | 
			
		||||
 
 | 
			
		||||
@@ -38,7 +38,7 @@ public class MyBatisPlusExtensionProperties {
 | 
			
		||||
    private boolean enabled = false;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Mapper 所在包(配置时必须使用:mapper-package 键名)
 | 
			
		||||
     * Mapper 接口扫描包(配置时必须使用:mapper-package 键名)
 | 
			
		||||
     * <p>
 | 
			
		||||
     *  e.g. com.example.**.mapper
 | 
			
		||||
     * </p>
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user