mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 07:01:37 +08:00
468 B
468 B
continew-starter-license-verify 食用方法
- 引入依赖
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-license-verify</artifactId>
<version>2.11.0-SNAPSHOT</version>
</dependency>
- 配置YML(license 压缩包存放位置)
continew-starter:
license:
verify:
storePath: D:/license
注:默认加载 FileUtil.getTmpDirPath()
位置。