Class Application

  • All Implemented Interfaces:
    org.springframework.web.servlet.config.annotation.WebMvcConfigurer

    @ConditionalOnProperty(name="enabled",
                           havingValue="true",
                           prefix="camunda.bpm.run.example")
    @Configuration
    @EnableProcessApplication("invoiceProcessApplicationSpringBoot")
    public class Application
    extends Object
    implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • onPostDeploy

        @EventListener
        public void onPostDeploy​(PostDeployEvent event)
      • addResourceHandlers

        public void addResourceHandlers​(org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry registry)
        Specified by:
        addResourceHandlers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer