https://github.com/zouyx/jbox
java构建微服务常用方法集合
https://github.com/zouyx/jbox
java java-library
Last synced: 10 months ago
JSON representation
java构建微服务常用方法集合
- Host: GitHub
- URL: https://github.com/zouyx/jbox
- Owner: zouyx
- License: apache-2.0
- Created: 2018-10-30T12:04:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T14:11:49.000Z (over 7 years ago)
- Last Synced: 2025-04-21T11:39:32.679Z (about 1 year ago)
- Topics: java, java-library
- Language: Java
- Homepage:
- Size: 123 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jbox - java构建微服务常用方法集合
[](https://www.travis-ci.org/zouyx/jbox)
[](https://codebeat.co/projects/github-com-zouyx-jbox-master)
[](https://coveralls.io/github/zouyx/jbox?branch=master)
[](https://opensource.org/licenses/Apache-2.0)
[](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).