If you follow the steps on how to set up the development environment you have VS Code with the Spring Boot Dashboard as a plugin installed. If not, please do so now.
We need to configure the URLs to the endpoint of the Workflow-Engine and the Keycloak-Server.
# Camunda Platform 7
camunda:
bpm:
client:
base-url: http://localhost:8090/engine-rest
autoDeploy:
enabled: false
disable-backoff-strategy: true
miranum:
c7:
auth.server.url: http://keycloak:9090/auth/realms/miranum/protocol/openid-connect/token
client:
id: miranum-worker
secret: s3creT
With the plugin installed, it is easy to run the application.
Now everything is up and running. Now you can go back and follow the instruction in step 8.