This commit is contained in:
baifuyu 2023-12-21 11:42:00 +08:00
parent 87a163c7f4
commit 3422d1fb22
2 changed files with 10 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class LocalBuilderMain {
run(commandLine);
} catch (Throwable e) {
log.error("unknown exception.", e);
System.exit(0);
System.exit(1);
}
}

View File

@ -0,0 +1,9 @@
java -jar \
./target/builder-runner-local-0.0.1-SNAPSHOT-jar-with-dependencies.jar \
--query xxx \
--output reasoner.csv \
--schema_uri "http://localhost:8887" \
--graph_state_class xxx \
--graph_state_url xxx \
--start_id_list xxx \
--param_map_json_str xxx