feat(license): 新增 License 模块

This commit is contained in:
Gyq灬明
2025-04-17 01:08:08 +00:00
committed by Charles7c
parent 5129fea34d
commit da4c8154bf
30 changed files with 2715 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
## continew-starter-license-verify 食用方法
1. 引入依赖
```java
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-license-verify</artifactId>
<version>2.11.0-SNAPSHOT</version>
</dependency>
```
2. 配置YMLlicense 压缩包存放位置)
```yaml
license:
savePath: D:/license/
```
注:默认加载 `D:/license/` 位置。