Skip to content

Foundation of ibole-microservice, provides some out-of-box functionalities.

License

Notifications You must be signed in to change notification settings

benson-git/ibole-infrastructure

Repository files navigation

ibole-infrastructure

Provided some out-of-box functionalities

  • Distribution session based on redis
  • Global lock based on redis
  • Jwt utility

Build Status Maven Central

Download

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

<dependency>
    <groupId>com.github.ibole</groupId>
    <artifactId>infrastructure-all</artifactId>
    <version>1.10.0</version>
</dependency>

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

compile 'com.github.ibole:infrastructure-all:1.10.0'

Source Building

  1. Checkout the ibole-infrastructure source code:
cd ~  
git clone https://github.com/benson-git/ibole-infrastructure.git ibole-infrastructure  

git checkout master  
or: git checkout -b -v1.10.0  
  1. Import the ibole-infrastructure source code to eclipse project:
cd ~/ibole-infrastructure  
mvn eclipse:eclipse  
Eclipse -> Menu -> File -> Import -> Exsiting Projects to Workspace -> Browse -> Finish  
  1. Build the ibole-infrastructure binary package:
cd ~/ibole-infrastructure  
mvn clean install -Dmaven.test.skip  
cd ibole-infrastructure/target  
ls  

About

Foundation of ibole-microservice, provides some out-of-box functionalities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published