Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 897 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 897 Bytes

🔧 拧螺丝的好扳手(spring-cloud)

模块名称 描述
wrench-cloud-dependencies 所有模块依赖
wrench-cloud-common-security 权限模块

安装

最新版本

Gradle:

dependencies {
    compile "io.github.maodua:wrench-cloud-dependencies:版本号"
}

Maven:

<dependency>
    <groupId>io.github.maodua</groupId>
    <artifactId>wrench-cloud-dependencies</artifactId>
    <version>版本号</version>
</dependency>