iBole Microservices - A microservices library and framework.
iBole-microservices works with JDK 6. TLS usage typically requires using Java 8.
Design document: Click here
iBole-microservices example: Click here
Download the JARs. Or for Maven, add to your pom.xml
:
<dependency>
<groupId>com.github.ibole</groupId>
<artifactId>microservice-all</artifactId>
<version>1.0.8</version>
</dependency>
Or for Gradle with non-Android, add to your dependencies:
compile 'com.github.ibole:microservice-all:1.0.8'
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
cd ~/ibole-microservice
mvn eclipse:eclipse
Eclipse -> Menu -> File -> Import -> Exsiting Projects to Workspace -> Browse -> Finish
cd ~/ibole-microservice
mvn clean install -Dmaven.test.skip
cd ibole-microservice/target
ls