HubbleJava - Spring Boot Starters

HubbleJava Spring Boot Starter

License

License

Categories

Categories

Java Languages Spring Boot Container Microservices
GroupId

GroupId

com.github.zhangchunsheng
ArtifactId

ArtifactId

hubble-java-spring-boot-starters
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

HubbleJava - Spring Boot Starters
HubbleJava Spring Boot Starter

Download hubble-java-spring-boot-starters

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.zhangchunsheng/hubble-java-spring-boot-starters/ -->
<dependency>
    <groupId>com.github.zhangchunsheng</groupId>
    <artifactId>hubble-java-spring-boot-starters</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangchunsheng/hubble-java-spring-boot-starters/
implementation 'com.github.zhangchunsheng:hubble-java-spring-boot-starters:1.0.0'
// https://jarcasting.com/artifacts/com.github.zhangchunsheng/hubble-java-spring-boot-starters/
implementation ("com.github.zhangchunsheng:hubble-java-spring-boot-starters:1.0.0")
'com.github.zhangchunsheng:hubble-java-spring-boot-starters:pom:1.0.0'
<dependency org="com.github.zhangchunsheng" name="hubble-java-spring-boot-starters" rev="1.0.0">
  <artifact name="hubble-java-spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangchunsheng', module='hubble-java-spring-boot-starters', version='1.0.0')
)
libraryDependencies += "com.github.zhangchunsheng" % "hubble-java-spring-boot-starters" % "1.0.0"
[com.github.zhangchunsheng/hubble-java-spring-boot-starters "1.0.0"]

Dependencies

compile (2)

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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

Project Modules

  • hubble-java-region-spring-boot-starter

HubbleJava

API Java SDK

使用SDK

// spring boot, inject regionService
MobileCityResult result = this.regionService.getMobileCity("13429667914");

maven

Maven 引用方式

<dependency>
    <groupId>com.github.zhangchunsheng</groupId>
    <artifactId>hubble-java-region</artifactId>
    <version>1.0.0</version>
</dependency>

聚合region

{
    "resultcode":"200",
    "reason":"Return Successd!",
    "result":{
        "province":"浙江",
        "city":"杭州",
        "areacode":
        "0571",
        "zip":"310000",
        "company":"移动",
        "card":""
    },
    "error_code":0
}

捐助 donate

支付宝 微信
com.github.zhangchunsheng

coco bigdata

bigdata

Versions

Version
1.0.0