platform_base

Integrated spring-cloud multiple packages to facilitate management of inheritance

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.jingxiaohu
ArtifactId

ArtifactId

platform_base
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

platform_base
Integrated spring-cloud multiple packages to facilitate management of inheritance
Project URL

Project URL

https://github.com/jingxiaohu/platform_base
Source Code Management

Source Code Management

https://github.com/jingxiaohu/platform_base.git

Download platform_base

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jingxiaohu/platform_base/ -->
<dependency>
    <groupId>com.github.jingxiaohu</groupId>
    <artifactId>platform_base</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jingxiaohu/platform_base/
implementation 'com.github.jingxiaohu:platform_base:1.0.0'
// https://jarcasting.com/artifacts/com.github.jingxiaohu/platform_base/
implementation ("com.github.jingxiaohu:platform_base:1.0.0")
'com.github.jingxiaohu:platform_base:jar:1.0.0'
<dependency org="com.github.jingxiaohu" name="platform_base" rev="1.0.0">
  <artifact name="platform_base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jingxiaohu', module='platform_base', version='1.0.0')
)
libraryDependencies += "com.github.jingxiaohu" % "platform_base" % "1.0.0"
[com.github.jingxiaohu/platform_base "1.0.0"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.cloud : spring-cloud-context jar
com.ctrip.framework.apollo : apollo-client jar 0.9.0
com.ctrip.framework.apollo : apollo-core jar 0.9.0
com.google.guava : guava jar
com.google.inject : guice jar 4.1.0
com.google.code.gson : gson jar 2.8.2
org.springframework.cloud : spring-cloud-starter-eureka jar
org.springframework.cloud : spring-cloud-sleuth-zipkin-stream jar
org.springframework.cloud : spring-cloud-starter-stream-rabbit jar

Project Modules

There are no modules declared in this project.

platform_base

主要是把各个项目都会用到的JAR包抽出来,封装在这一个项目里面,方便其它项目继承依赖。

Versions

Version
1.0.0