lukasito / akka-training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intellij setup

Turn on annotation processing for project in intellij idea:

File -> 
  Settings -> 
    Build, Execution, Deployment -> 
      Compiler -> 
        Annotation processors: Enable annotation processing

Cleaning level db journal/snapshots

gradlew clean

or more specific

gradlew leveldbCleanup

Running

gradlew [clean] run

About

License:Apache License 2.0


Languages

Language:Java 100.0%