Class ExampleAppsAutoConfiguration.ExampleAppsConfiguration

java.lang.Object
com.flowable.example.ExampleAppsAutoConfiguration.ExampleAppsConfiguration
Enclosing class:
ExampleAppsAutoConfiguration

@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(prefix="flowable.example",
                       name="deploy-apps",
                       havingValue="true",
                       matchIfMissing=true)
public static class ExampleAppsAutoConfiguration.ExampleAppsConfiguration
extends java.lang.Object