Class CamundaBpmRestInitializer
java.lang.Object
org.camunda.bpm.spring.boot.starter.rest.CamundaBpmRestInitializer
- All Implemented Interfaces:
org.springframework.boot.web.servlet.ServletContextInitializer
public class CamundaBpmRestInitializer
extends Object
implements org.springframework.boot.web.servlet.ServletContextInitializer
Inspired by:
https://groups.google.com/forum/#!msg/camunda-bpm-users/BQHdcLIivzs
/iNVix8GkhYAJ (Christoph Berg)
-
Constructor Summary
ConstructorsConstructorDescriptionCamundaBpmRestInitializer
(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath, CamundaBpmProperties properties) -
Method Summary
-
Constructor Details
-
CamundaBpmRestInitializer
public CamundaBpmRestInitializer(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath, CamundaBpmProperties properties)
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) - Specified by:
onStartup
in interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
-