https://github.com/benson-git/ibole-microservice
iBole Microservices - A microservices library and framework.
https://github.com/benson-git/ibole-microservice
grpc ibole-infrastructure ibole-microservices zookeeper
Last synced: 3 months ago
JSON representation
iBole Microservices - A microservices library and framework.
- Host: GitHub
- URL: https://github.com/benson-git/ibole-microservice
- Owner: benson-git
- License: apache-2.0
- Created: 2016-06-11T04:44:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T16:00:06.000Z (over 7 years ago)
- Last Synced: 2025-07-05T03:57:03.068Z (9 months ago)
- Topics: grpc, ibole-infrastructure, ibole-microservices, zookeeper
- Language: Java
- Homepage:
- Size: 749 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iBole-microservices
iBole-microservices works with JDK 6. TLS usage typically requires using Java 8.
[](https://travis-ci.org/benson-git/ibole-microservice)
[](https://coveralls.io/github/benson-git/ibole-microservice?branch=master)
[](https://maven-badges.herokuapp.com/maven-central/com.github.ibole/microservice-all)
------
Design
--------
Design document: [Click here](https://github.com/benson-git/ibole-microservice/wiki)
Example
--------
iBole-microservices example: [Click here](https://github.com/benson-git/ibole-microservice-example)
Download
--------
Download [the JARs](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22microservice-all%22). Or for Maven, add to your `pom.xml`:
```xml
com.github.ibole
microservice-all
1.0.8
```
Or for Gradle with non-Android, add to your dependencies:
```gradle
compile 'com.github.ibole:microservice-all:1.0.8'
```
------
Source Building
--------
1. Checkout the ibole-microservice source code:
```
cd ~
git clone https://github.com/benson-git/ibole-microservice.git ibole-microservice
git checkout master
or: git checkout -b -v1.0.8
```
2. Import the ibole-microservice source code to eclipse project:
```
cd ~/ibole-microservice
mvn eclipse:eclipse
Eclipse -> Menu -> File -> Import -> Exsiting Projects to Workspace -> Browse -> Finish
```
3. Build the ibole-microservice binary package:
```
cd ~/ibole-microservice
mvn clean install -Dmaven.test.skip
cd ibole-microservice/target
ls
```