How to get example-web working in Eclipse

Hello a novice question. How do I get example-web working in Eclipse STS and what should it produce in a browser?

Hi @AndrewT,

Is your question related to Camunda?

Cheers,
Roman

Hello Roman

I have enjoyed all of the the Get Started With Camunda excercises (BPMN, CMMN, DMN Spring and EE) and they have all been great. Now I am just trying out the spring boot starter because I was thinking about deployment.

Anyway I think in fact I have just found out my slight issue. It could be that the version in the examples should be 2.0.0 like this :

org.camunda.bpm.extension.springboot.project camunda-bpm-spring-boot-starter-example-root 2.0.0

rather than 2.1.0 snapshot, so all may be well now.

Kind Regards

Andrew

Hi Andrew,

all code on the master branch is already on 2.1.0-SNAPSHOT, since development continues. If you want to see the 2.0.0 code, you will have to check out the according version tag.

Jan

Hello Jan

I was getting an error with 2.1.0-SNAPSHOT and I looked at maven repository online and saw 2.0.0, so I replaced 2.1.0-SNAPSHOT with 2.0.0. and the error is gone.