Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • "taskanaRestUrl": property is "http://localhost:8080" by default, if you need to change it modify: taskana\web\src\environments\data-sources\environment-information.json file
  • Run web application in developer mode → ng serve -p 4200 (./taskana/web/) 
  • Modify ./rest/taskana-rest-spring-example/src/main/resources/application.properties  devMode=true
  • Build taskana-rest-spring-example → mvn clean install (./taskana/rest/)
  • Run taskana-rest-spring-example → mvn spring-boot:run (./taskana/rest/)

...