Files
continew-starter/continew-starter-license/continew-starter-license-verify/README.md
2025-04-29 14:33:11 +00:00

22 lines
468 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 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
continew-starter:
license:
verify:
storePath: D:/license
```
注:默认加载 `FileUtil.getTmpDirPath()` 位置。