feat(license): 增加核心模块,优化代码结构

This commit is contained in:
liquor
2025-04-17 11:58:52 +00:00
committed by Charles7c
parent 1ce5c023cf
commit 06f5a0f346
29 changed files with 515 additions and 954 deletions

View File

@@ -276,12 +276,21 @@
<artifactId>continew-starter-core</artifactId>
<version>${revision}</version>
</dependency>
<!-- license 核心模块 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-license-core</artifactId>
<version>${revision}</version>
</dependency>
<!-- license 生成模块 -->
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-license-generate</artifactId>
<version>${revision}</version>
</dependency>
<!-- license 校验模块 -->
<dependency>
<groupId>top.continew</groupId>