gear-es

es工具包

License

License

GroupId

GroupId

cn.howardliu
ArtifactId

ArtifactId

gear-es
Last Version

Last Version

1.0.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

gear-es
es工具包
Project URL

Project URL

https://github.com/howardliu-cn/my-gear
Source Code Management

Source Code Management

https://github.com/howardliu-cn/my-gear/tree/master/gear-es

Download gear-es

How to add to project

<!-- https://jarcasting.com/artifacts/cn.howardliu/gear-es/ -->
<dependency>
    <groupId>cn.howardliu</groupId>
    <artifactId>gear-es</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.howardliu/gear-es/
implementation 'cn.howardliu:gear-es:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/cn.howardliu/gear-es/
implementation ("cn.howardliu:gear-es:1.0.1-RELEASE")
'cn.howardliu:gear-es:jar:1.0.1-RELEASE'
<dependency org="cn.howardliu" name="gear-es" rev="1.0.1-RELEASE">
  <artifact name="gear-es" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.howardliu', module='gear-es', version='1.0.1-RELEASE')
)
libraryDependencies += "cn.howardliu" % "gear-es" % "1.0.1-RELEASE"
[cn.howardliu/gear-es "1.0.1-RELEASE"]

Dependencies

compile (7)

Group / Artifact Type Version
org.elasticsearch : elasticsearch jar 2.2.0
org.apache.commons : commons-lang3 jar 3.4
com.alibaba : fastjson jar 1.2.10
commons-io : commons-io jar 2.4
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : log4j-over-slf4j jar 1.7.12
ch.qos.logback : logback-classic jar 1.1.6

provided (4)

Group / Artifact Type Version
cn.howardliu : gear-springEx jar 1.0.1-RELEASE
org.apache.storm : storm-core jar 0.10.0
org.springframework : spring-context jar 4.2.5.RELEASE
org.springframework : spring-webmvc jar 4.2.5.RELEASE

runtime (1)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status Apache License 2.0 1.0.4-SNAPSHOT

自定义工具包项目,封装一些常用的工具。

  • gear-commons: 提供基础工具类
  • gear-config: 用于在数据库定义基础配置,并提供读取配置工具
  • gear-httpclient: httpclient包装模块:用于包装httpclient
  • gear-email: 基于javax.email的email工具包
  • gear-es: es工具包
  • gear-kafka: kafka工具包
  • gear-logback-kafka-appender: logback扩展
  • gear-springEx: spring扩展
  • gear-zk: 依赖zookeeper的扩展工具包
  • gear-storm: 依赖storm的扩展工具包
  • gear-toolkit: 可单独运行工具包
  • gear-monitor: 监控工具包
    • gear-monitor-core: 监控工具包:核心监控
    • gear-monitor-tomcat: 监控工具包:tomcat相关监控
    • gear-monitor-custom:监控工具包:定制监控
  • gear-spring-boot: spring boot定制模块
    • spring-boot-starter-mybatis-druid: the starter module for spring-jdbc integrate with mybatis
    • spring-boot-autoconfigure-mybatis-druid: the autoconfigure module for spring-jdbc integrate with mybatis
    • spring-boot-starter-redis-lettuce: the starter module for spring-data-redis integrate with lettuce
    • spring-boot-autoconfigure-redis-lettuce: the autoconfigure module for spring-data-redis integrate with lettuce
    • spring-boot-starter-web-misc: the starter module for spring-web
    • spring-boot-autoconfigure-web-misc: the autoconfigure module for spring-web

Versions

Version
1.0.1-RELEASE
1.0.0-RELEASE