mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-12 14:57:10 +08:00
feat(license): 新增 License 模块
This commit is contained in:
@@ -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. 配置YML(license 压缩包存放位置)
|
||||
|
||||
```yaml
|
||||
license:
|
||||
savePath: D:/license/
|
||||
```
|
||||
|
||||
|
||||
|
||||
注:默认加载 `D:/license/` 位置。
|
Reference in New Issue
Block a user