项目作者: benson-git

项目描述 :
iBole Microservices - A microservices library and framework.
高级语言: Java
项目地址: git://github.com/benson-git/ibole-microservice.git
创建时间: 2016-06-11T04:44:29Z
项目社区:https://github.com/benson-git/ibole-microservice

开源协议:Apache License 2.0

下载


iBole-microservices

iBole-microservices works with JDK 6. TLS usage typically requires using Java 8.

Build Status
Coverage Status
Maven Central


Design

Design document: Click here

Example

iBole-microservices example: Click here

Download

Download the JARs. Or for Maven, add to your pom.xml:

  1. <dependency>
  2. <groupId>com.github.ibole</groupId>
  3. <artifactId>microservice-all</artifactId>
  4. <version>1.0.8</version>
  5. </dependency>

Or for Gradle with non-Android, add to your dependencies:

  1. compile 'com.github.ibole:microservice-all:1.0.8'

Source Building

  1. Checkout the ibole-microservice source code:

    1. cd ~
    2. git clone https://github.com/benson-git/ibole-microservice.git ibole-microservice
    3. git checkout master
    4. or: git checkout -b -v1.0.8
  2. Import the ibole-microservice source code to eclipse project:
    1. cd ~/ibole-microservice
    2. mvn eclipse:eclipse
    3. Eclipse -> Menu -> File -> Import -> Exsiting Projects to Workspace -> Browse -> Finish
  3. Build the ibole-microservice binary package:
    1. cd ~/ibole-microservice
    2. mvn clean install -Dmaven.test.skip
    3. cd ibole-microservice/target
    4. ls