mirror of
https://gitee.com/dromara/dy-java.git
synced 2024-11-30 02:58:55 +08:00
Migrated repository
cdfd739113
Signed-off-by: danmo <775144922@qq.com> |
||
---|---|---|
dy-java-common | ||
dy-java-examples/dy-java-examples-springboot | ||
dy-java-spring | ||
dy-java-web | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
dy-java
介绍
抖音Java开发工具包,支持包括移动\网站应用、开放平台、抖店、小程序等抖音开发功能模块的后端开发
Maven 引用方式
<dependency>
<groupId>com.dyj</groupId>
<artifactId>(不同模块参考下文)</artifactId>
<version>${dy-java.version}</version>
</dependency>