Clone
Running the project this way requires Java 17+ JDK to be installed. You can use the vendor of your choice (I personally use Temurin).
-
Clone this repository
git clone git@github.com:RakSrinaNa/ChannelPointsMiner.git
. -
Get into the cloned directory
cd ChannelPointsMiner
. -
Build the jar
./gradlew build -x test
-
Run
-
Default:
java -jar viewer/build/libs/miner-shaded.jar -Dspring.config.location=file:application-local.yml -Dspring.profiles.active=local
-