How to Run
Pre-requisites: Java 21
- Download the latest binary and property file from release page (opens in a new tab)
- You need to download
yaci-store-all-<version>.jar
andapplication.properties
files - Create a sub folder
config
and copyapplication.properties
file toconfig
directory - Edit
application.properties
file to configure your datasource and network details - Run
java -jar yaci-store-all-<version>.jar
from the directory where you have copied the jar file.
Build from source and Run
Pre-requisites: Java 21
Build
$> git clone https://github.com/bloxbean/yaci-store
$> cd yaci-store
$> ./gradlew clean build
Run
$> cd yaci-store
$> edit config/application.properties //datasource, network details
$> java -jar applications/all/build/libs/yaci-store-all-<version>.jar