com.purgeteam.cloud:unified-dispose-api-example

SpringCloud Purgeteam Starter

License

License

GroupId

GroupId

com.purgeteam.cloud
ArtifactId

ArtifactId

unified-dispose-api-example
Last Version

Last Version

0.3.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

SpringCloud Purgeteam Starter

Download unified-dispose-api-example

How to add to project

<!-- https://jarcasting.com/artifacts/com.purgeteam.cloud/unified-dispose-api-example/ -->
<dependency>
    <groupId>com.purgeteam.cloud</groupId>
    <artifactId>unified-dispose-api-example</artifactId>
    <version>0.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.purgeteam.cloud/unified-dispose-api-example/
implementation 'com.purgeteam.cloud:unified-dispose-api-example:0.3.0.RELEASE'
// https://jarcasting.com/artifacts/com.purgeteam.cloud/unified-dispose-api-example/
implementation ("com.purgeteam.cloud:unified-dispose-api-example:0.3.0.RELEASE")
'com.purgeteam.cloud:unified-dispose-api-example:jar:0.3.0.RELEASE'
<dependency org="com.purgeteam.cloud" name="unified-dispose-api-example" rev="0.3.0.RELEASE">
  <artifact name="unified-dispose-api-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.purgeteam.cloud', module='unified-dispose-api-example', version='0.3.0.RELEASE')
)
libraryDependencies += "com.purgeteam.cloud" % "unified-dispose-api-example" % "0.3.0.RELEASE"
[com.purgeteam.cloud/unified-dispose-api-example "0.3.0.RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-starter-openfeign jar
io.github.openfeign : feign-httpclient jar
org.projectlombok : lombok jar

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar

Project Modules

There are no modules declared in this project.

spring-cloud-purgeteam

Maven Central SpringBoot SpringCloud JAVA Maven badge

简介:

简化开发共用代码过程,包含以下组件:

todo: 其他模块整理集成中。。。

功能使用

ps: 实际version版本请使用最新版 最新版本: Maven Central

点击查看最新新版本

添加依赖

为了方便管理统一版本,在项目 pom <dependencyManagement> 添加默认 purgeteam 组件版本管理。

<dependencyManagement>
    <dependencies>
        <!-- purgeteam 组件版本管理 -->
        <dependency>
            <groupId>com.purgeteam.cloud</groupId>
            <artifactId>spring-cloud-purgeteam-dependencies</artifactId>
            <version>0.3.0.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>
com.purgeteam.cloud

purgeteam

Springboot相关组件简化开发,微信交流群:MercyYao QQ交流群:812321371。Springboot peripherals to simplify development. WeChat ac group:MercyYao QQ ac group:812321371

Versions

Version
0.3.0.RELEASE