About Spring Container

Hi,
Currently I am using web container but now wanted to switch to spring container. Please help me in switching to spring by referring some spring demo project in Git or at any place.

Jauhari

Hi @jauhari,

spring does not provide any web container implementations a I recall. If you are interested you might use following spring boot example, which uses Tomcat. https://github.com/camunda/camunda-bpm-examples/tree/master/deployment/spring-boot

or refer to following community extension https://github.com/camunda/camunda-bpm-spring-boot-starter

Hope that helps,
Askar