mirror of
https://gitee.com/jzsw-it/yexuejc-base.git
synced 2025-06-22 04:52:41 +08:00
first commit
This commit is contained in:
parent
f09902d008
commit
051ddc1eb4
21
README.md
Normal file
21
README.md
Normal file
@ -0,0 +1,21 @@
|
||||
通用工具包
|
||||
|
||||
### 使用
|
||||
>yexuejc.base.version=1.0.0
|
||||
|
||||
pom.xml
|
||||
```
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.yexuejc</groupId>
|
||||
<artifactId>yexuejc-base</artifactId>
|
||||
<version>${yexuejc.base.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user