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>.jarandapplication.propertiesfiles - Create a sub folder
configand copyapplication.propertiesfile toconfigdirectory - Edit
application.propertiesfile to configure your datasource and network details - Run
java -jar yaci-store-all-<version>.jarfrom 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 buildRun
$> cd yaci-store
$> edit config/application.properties //datasource, network details
$> java -jar applications/all/build/libs/yaci-store-all-<version>.jar