/
Spring Boot configuration

Spring Boot configuration

This section describes how to get started with your own Spring Boot based TASKANA application. 

You will need the following prerequisites for this:

  • Java 11
  • Maven
  • Your favourite IDE


Example TASKANA Spring Boot application


Step 1: Create an empty Spring Boot project

You can do this for example using the Spring Boot Initializr: https://start.spring.io 

Any other way is fine as well.

Step 2: Update your dependencies in your pom.xml


Related content