Hi, I started GH 7.0 sucesfully, locally on my computer. I can connect by API, but when I try this by the browser by http://localhost:8989/maps/ , I have 404 not found, there is no connection.
Earlier I used GH 3.0 and everything was OK with the app.
Did you build the project with maven? You should do this at least once (mvn clean install). Just opening it in an IDE is sometimes not sufficient to package GraphHopper Maps, I think.