An open API service indexing awesome lists of open source software.

https://github.com/zouyx/jbox

java构建微服务常用方法集合
https://github.com/zouyx/jbox

java java-library

Last synced: 10 months ago
JSON representation

java构建微服务常用方法集合

Awesome Lists containing this project

README

          

# jbox - java构建微服务常用方法集合

[![Build Status](https://www.travis-ci.org/zouyx/jbox.svg?branch=master)](https://www.travis-ci.org/zouyx/jbox)
[![codebeat badge](https://codebeat.co/badges/304c9a4e-b815-495e-aebf-4a12d5e66c80)](https://codebeat.co/projects/github-com-zouyx-jbox-master)
[![Coverage Status](https://coveralls.io/repos/github/zouyx/jbox/badge.svg?branch=master)](https://coveralls.io/github/zouyx/jbox?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GitHub release](https://img.shields.io/github/release/zouyx/jbox.svg)](https://github.com/zouyx/jbox/releases)

如何安装
------------

### 下载依赖包

#### 1.增加仓库
``` gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
#### 2.增加依赖
```gralde
dependencies {
compile 'com.github.tevid:jbox:0.0.1'
}
```

*PS*: 最好使用 jdk 1.8+

# 功能
*

更多功能,敬请期待.

# 如何使用

### 导入包

### 使用

更多使用方式,请查看项目中的test case.更多信息请参考 [Wiki](https://github.com/tevid/jbox/wiki) .

# 如何贡献
* Source Code: https://github.com/tevid/jbox/
* Issue Tracker: https://github.com/tevid/jbox/issues

# 许可证
The project is licensed under the [Apache 2 license](https://github.com/tevid/jbox/blob/master/LICENSE).