2 Star 0 Fork 0

三生 / geektool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
三生 提交于 2021-06-08 19:34 . update README.md.

geektool

我是一个想成为黑客的程序员,一直比较困扰在工作中总是会遇到很多曾经写过的工具,下次使用的时候又要重新开始写或者找资料,于是乎下定决心整合出一个工具。
名为:GeekTool ,意味 “极客工具”,算是对我曾经梦想的一种怀念。 极客:极客是美国俚语“geek”的音译。随着互联网文化的兴起,这个词含有智力超群和努力的语意,又被用于形容对计算机和网络技术有狂热兴趣并投入大量时间钻研的人。

GeekTool 提供对应第三方快速接入以及使用框架优化代码写法等操作、并且封装了相关接入、工具使用方式,使 Java 开发变得如函数般优雅。

项目名 说明 源码 文档
geektool-core 无第三方依赖的工具包 访问 访问
geektool-kafka 基于 apache kafka 进行二次封装工具包 访问 访问
# Maven引用 所有工具子模块集合引用,包含所有工具模块
<!-- https://mvnrepository.com/artifact/cn.geektool/geektool-all -->
<dependency>
    <groupId>cn.geektool</groupId>
    <artifactId>geektool-all</artifactId>
    <version>last</version>
</dependency>

核心模块引用

<!-- https://mvnrepository.com/artifact/cn.geektool/geektool-all -->
<dependency>
    <groupId>cn.geektool</groupId>
    <artifactId>geektool-core</artifactId>
    <version>last</version>
</dependency>

kafka模块引用

<!-- https://mvnrepository.com/artifact/cn.geektool/geektool-all -->
<dependency>
    <groupId>cn.geektool</groupId>
    <artifactId>geektool-kafka</artifactId>
    <version>last</version>
</dependency>
1
https://gitee.com/jiangdi/geektool.git
git@gitee.com:jiangdi/geektool.git
jiangdi
geektool
geektool
master

搜索帮助