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