mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 22:57:19 +08:00 
			
		
		
		
	revert: 还原 JetCache bom
This commit is contained in:
		| @@ -101,12 +101,21 @@ | ||||
|             <!-- JetCache(一个基于 Java 的缓存系统封装,提供统一的 API 和注解来简化缓存的使用。提供了比 SpringCache 更加强大的注解,可以原生的支持 TTL、两级缓存、分布式自动刷新,还提供了 Cache 接口用于手工缓存操作) --> | ||||
|             <dependency> | ||||
|                 <groupId>com.alicp.jetcache</groupId> | ||||
|                 <artifactId>jetcache-bom</artifactId> | ||||
|                 <artifactId>jetcache-autoconfigure</artifactId> | ||||
|                 <version>${jetcache.version}</version> | ||||
|             </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> | ||||
|                 <type>pom</type> | ||||
|                 <scope>import</scope> | ||||
|             </dependency> | ||||
|              | ||||
|  | ||||
|             <!-- CosId(通用、灵活、高性能的分布式 ID 生成器) --> | ||||
|             <dependency> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user