Camunda Platform Tutorial: Adding Forms and Starting Up A Spring Boot Project

Hi Team,

I am trying to run the (Lafayette) application in IntelliJ but I am getting this error :
java: package org.springframework.boot does not exist. but I am using it


pom.xml (2.2 KB)
Could you help me to resolve the issue?

Hi @Githiyon1,

from my experience in most cases it’s an issue with the maven setup, independent from Camunda.

Please make yourself familar with the Maven setup of your IDE.

As an alternative, try maven from the command line.

Hope this helps, Ingo

1 Like