子模块打包文件

This commit is contained in:
Hanserwei
2025-10-09 10:36:39 +08:00
parent 042a2622d9
commit 869889b87d
8 changed files with 327 additions and 0 deletions

View File

@@ -84,6 +84,15 @@
<groupId>com.hanserwei</groupId>
<artifactId>han-note-user-api</artifactId>
</dependency>
<dependency>
<groupId>com.hanserwei</groupId>
<artifactId>han-note-distributed-id-generator-api</artifactId>
</dependency>
<!-- Caffeine 本地缓存 -->
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
</dependency>
</dependencies>