mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 22:57:19 +08:00 
			
		
		
		
	refactor(data/mybatis-plus): 重构 ID 生成器配置,支持默认、CosId、自定义
This commit is contained in:
		| @@ -61,6 +61,7 @@ | ||||
|         <p6spy.version>3.9.1</p6spy.version> | ||||
|         <jetcache.version>2.7.5</jetcache.version> | ||||
|         <redisson.version>3.26.0</redisson.version> | ||||
|         <cosid.version>2.6.5</cosid.version> | ||||
|         <sms4j.version>3.1.1</sms4j.version> | ||||
|         <aj-captcha.version>1.3.0</aj-captcha.version> | ||||
|         <easy-captcha.version>1.6.2</easy-captcha.version> | ||||
| @@ -174,6 +175,18 @@ | ||||
|                 <version>${redisson.version}</version> | ||||
|             </dependency> | ||||
|  | ||||
|             <!-- CosId(通用、灵活、高性能的分布式 ID 生成器) --> | ||||
|             <dependency> | ||||
|                 <groupId>me.ahoo.cosid</groupId> | ||||
|                 <artifactId>cosid-spring-boot-starter</artifactId> | ||||
|                 <version>${cosid.version}</version> | ||||
|             </dependency> | ||||
|             <dependency> | ||||
|                 <groupId>me.ahoo.cosid</groupId> | ||||
|                 <artifactId>cosid-spring-redis</artifactId> | ||||
|                 <version>${cosid.version}</version> | ||||
|             </dependency> | ||||
|  | ||||
|             <!-- SMS4J(短信聚合框架,轻松集成多家短信服务,解决接入多个短信 SDK 的繁琐流程) --> | ||||
|             <dependency> | ||||
|                 <groupId>org.dromara.sms4j</groupId> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user