Package com.flowable.example
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExampleAppsAutoConfiguration.ExampleAppsConfiguration.VactionRequestLogicConfiguration
-
Constructor Summary
Constructors Constructor Description ExampleAppsConfiguration()
-
Method Summary
-
Constructor Details
-
ExampleAppsConfiguration
public ExampleAppsConfiguration()
-