Class ExampleAppsAutoConfiguration

java.lang.Object
com.flowable.example.ExampleAppsAutoConfiguration

@Configuration(proxyBeanMethods=false)
@AutoConfigureAfter({com.flowable.spring.boot.app.AppEngineAutoConfiguration.class,com.flowable.spring.boot.idm.IdmEngineServicesAutoConfiguration.class})
public class ExampleAppsAutoConfiguration
extends java.lang.Object
An Spring Boot autoconfiguration to automatically initialize and expose the necessary beans for the examples apps.
Author:
Micha Kiener