...
Code Block | ||
---|---|---|
| ||
./mvnw clean install |
...
REST API
with console:
Code Block | ||
---|---|---|
| ||
./mvnw spring-boot:run -P history.plugin -pl :taskana-rest-spring-example-boot |
...
with Intellij:
- Open the Maven tab on the right
- Open the first entry 'Profiles'
- Select the checkbox 'history.plugin'
- Start ExampleRestApplication
REST API will be available: http://localhost:8080/v1/task-history-event