mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-11-04 09:01:40 +08:00 
			
		
		
		
	build: 采取 bom 方式来管理 JetCache 依赖
This commit is contained in:
		@@ -101,27 +101,12 @@
 | 
				
			|||||||
            <!-- JetCache(一个基于 Java 的缓存系统封装,提供统一的 API 和注解来简化缓存的使用。提供了比 SpringCache 更加强大的注解,可以原生的支持 TTL、两级缓存、分布式自动刷新,还提供了 Cache 接口用于手工缓存操作) -->
 | 
					            <!-- JetCache(一个基于 Java 的缓存系统封装,提供统一的 API 和注解来简化缓存的使用。提供了比 SpringCache 更加强大的注解,可以原生的支持 TTL、两级缓存、分布式自动刷新,还提供了 Cache 接口用于手工缓存操作) -->
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
                <groupId>com.alicp.jetcache</groupId>
 | 
					                <groupId>com.alicp.jetcache</groupId>
 | 
				
			||||||
                <artifactId>jetcache-autoconfigure</artifactId>
 | 
					                <artifactId>jetcache-bom</artifactId>
 | 
				
			||||||
                <version>${jetcache.version}</version>
 | 
					                <version>${jetcache.version}</version>
 | 
				
			||||||
 | 
					                <type>pom</type>
 | 
				
			||||||
 | 
					                <scope>import</scope>
 | 
				
			||||||
            </dependency>
 | 
					            </dependency>
 | 
				
			||||||
            <!-- JetCache 注解 -->
 | 
					            
 | 
				
			||||||
            <dependency>
 | 
					 | 
				
			||||||
                <groupId>com.alicp.jetcache</groupId>
 | 
					 | 
				
			||||||
                <artifactId>jetcache-anno</artifactId>
 | 
					 | 
				
			||||||
                <version>${jetcache.version}</version>
 | 
					 | 
				
			||||||
            </dependency>
 | 
					 | 
				
			||||||
            <!-- JetCache Redisson 适配 -->
 | 
					 | 
				
			||||||
            <dependency>
 | 
					 | 
				
			||||||
                <groupId>com.alicp.jetcache</groupId>
 | 
					 | 
				
			||||||
                <artifactId>jetcache-redisson</artifactId>
 | 
					 | 
				
			||||||
                <version>${jetcache.version}</version>
 | 
					 | 
				
			||||||
                <exclusions>
 | 
					 | 
				
			||||||
                    <exclusion>
 | 
					 | 
				
			||||||
                        <groupId>org.redisson</groupId>
 | 
					 | 
				
			||||||
                        <artifactId>redisson</artifactId>
 | 
					 | 
				
			||||||
                    </exclusion>
 | 
					 | 
				
			||||||
                </exclusions>
 | 
					 | 
				
			||||||
            </dependency>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <!-- CosId(通用、灵活、高性能的分布式 ID 生成器) -->
 | 
					            <!-- CosId(通用、灵活、高性能的分布式 ID 生成器) -->
 | 
				
			||||||
            <dependency>
 | 
					            <dependency>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user