add README.md.

Signed-off-by: danmo <775144922@qq.com>
This commit is contained in:
danmo 2024-04-03 06:24:59 +00:00 committed by Gitee
parent c9d09647d0
commit cdfd739113
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# dy-java
#### 介绍
抖音Java开发工具包支持包括移动\网站应用、开放平台、抖店、小程序等抖音开发功能模块的后端开发
#### Maven 引用方式
```
<dependency>
<groupId>com.dyj</groupId>
<artifactId>(不同模块参考下文)</artifactId>
<version>${dy-java.version}</version>
</dependency>
```