Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wunderlich committed Mar 20, 2024
1 parent b6a4e9c commit 2158070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/scenarios/single-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Before you begin, please build the entire project with `./mvnw clean install` fr
### Start

The demo application consists of one Maven module which can be started by running from command line in
the `examples/scenarios/single-node` directory using Maven. Alternatively you can start the packaged application using:
the `examples/scenarios/single-node-jpa` directory using Maven. Alternatively you can start the packaged application using:

```bash
java -jar target/*.jar
```

## Useful URLs

* [http://localhost:8080/taskpool/](http://localhost:8080/polyflow/)
* [http://localhost:8080/polyflow/](http://localhost:8080/polyflow/)
* [http://localhost:8080/swagger-ui/](http://localhost:8080/swagger-ui/)
* [http://localhost:8080/camunda/app/tasklist/default/](http://localhost:8080/camunda/app/tasklist/default/)

0 comments on commit 2158070

Please sign in to comment.