How does graphhopper start?

After I downloaded the graphhopper project from git, I used./graphhopper.sh web .pbf, the project was started on the local 8989 port, my boss asked me to do the offline map path planning, and I wanted to know more about the code of the graphhopper web.

Please read our documentation.

Caused by: java.lang.ClassNotFoundException: com.graphhopper.routing.util.spatialrules.SpatialRuleLookupBuilder$SpatialRuleFactory

Thank you, and then I ran into this question, is it a jar problem? I introduced the graphhop-core, graphhop-reader -osm, and graphhop-web.

It’s settled. Thank you.