Provided some out-of-box functionalities
- Distribution session based on redis
- Global lock based on redis
- Jwt utility
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'
- 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
- 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
- Build the ibole-infrastructure binary package:
cd ~/ibole-infrastructure
mvn clean install -Dmaven.test.skip
cd ibole-infrastructure/target
ls