- All Implemented Interfaces:
- org.springframework.web.WebApplicationInitializer
@SpringBootApplication
@EnableScheduling
@ComponentScan(basePackages={"pro.taskana.adapter","pro.taskana.adapter.configuration","pro.taskana","pro.taskana.adapter.systemconnector.camunda.config","pro.taskana.adapter.taskanaconnector.config"})
@Import(value={pro.taskana.adapter.configuration.AdapterConfiguration.class,pro.taskana.adapter.systemconnector.camunda.config.CamundaSystemConnectorConfiguration.class,pro.taskana.adapter.taskanaconnector.config.TaskanaSystemConnectorConfiguration.class})
public class TaskanaAdapterWildFlyApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Example Application showing the implementation of taskana-adapter for jboss application server.