refactor(data/mybatis-plus): 重构 ID 生成器配置,支持默认、CosId、自定义

This commit is contained in:
2024-02-12 23:19:23 +08:00
parent 9ebcd14878
commit c9311df093
8 changed files with 262 additions and 18 deletions

View File

@@ -31,10 +31,11 @@
<artifactId>p6spy</artifactId>
</dependency>
<!-- CosId通用、灵活、高性能的分布式 ID 生成器) -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<groupId>me.ahoo.cosid</groupId>
<artifactId>cosid-spring-boot-starter</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>