mirror of
https://gitee.com/jzsw-it/yexuejc-base.git
synced 2025-12-23 02:19:26 +08:00
first commit
This commit is contained in:
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>
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user