Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected example directory and added node version

...

Build the application(s)

Info

Requirements: java, maven, node, java


Info

Version requirements: Java 8, Maven 3.6.0, Node  12.10.0

Full build

Code Block
languagebash
mvn clean install

...

Start the application(s)

Info

Requirements:  java maven, node, java

Rest Api

First of all change devMode property to true in taskana in taskana-rest-spring-example-boot application.properties file, then follow the next steps.

...