...
Taskana history library
Code Block |
---|
|
cd./mvnw libclean mvninstall clean-f installlib |
Rest Api
Code Block |
---|
|
cd lib\./mvnw spring-boot:run -pl :taskana-simplehistory-rest-spring-example
mvn spring-boot:run |
Rest api will be available: http://localhost:8080/v1/task-history-event
...
- Generate client bundle typing npm run build:prod at taskana/web folder (if it is not already generated)
- Install taskana rest project with the option -P history.plugin at taskana/rest folder mvn folder v./mvnw clean install -P history.plugin -f rest (It will create taskana-rest-spring-example-boot with history plugin dependencies)
- Run taskana application, just do mvn ./mvnw spring-boot:run -P history.plugin -pl :taskana-rest-spring-example-boot at taskana\rest\taskana-rest-spring-example-boot folder
- Go to http://localhost:8080 and you will get History module available.