Camunda-archetype-spring-boot

Hi,

Could i use Camunda spring boot Starter with JDK 8 ?
My company not using JDK9 ?
I have reading JDK9 on https://github.com/camunda/camunda-bpm-spring-boot-starter

Regards

Hello @pcouas, and welcome to the Camunda Forum!

This works with JDK 8 by default. What that readme is trying to say is that if you are using JDK 9/10, then you might need to add additional libraries.

If you use maven archetype to create a new Camunda Spring Boot application, you should see the starter dependencies already in place for you in the pom.xml.

Good Luck.

1 Like