@Configuration
@ConditionalOnProperty(value="warm-flow.enabled",
havingValue="true",
matchIfMissing=true)
public class FlowAutoConfig
extends BeanConfig
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
FlowAutoConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.autoconfigure.orm.jpa.JpaProperties |
jpaProperties() |
org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean |
primaryEntityManagerFactory(DataSource dataSource,
org.springframework.boot.autoconfigure.orm.jpa.JpaProperties jpaProperties) |
after, definitionDao, definitionService, flowUserDao, flowUserService, hisTaskDao, hisTaskService, initFlow, instanceDao, instanceService, nodeDao, nodeService, setNewEntity, skipDao, skipService, taskDao, taskServiceprivate static final org.slf4j.Logger log
public FlowAutoConfig()
@Bean @ConditionalOnMissingBean public org.springframework.boot.autoconfigure.orm.jpa.JpaProperties jpaProperties()
@Bean(name="entityManagerFactoryWarmFlow") @DependsOn(value="warmFlowSpringUtil") public org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean primaryEntityManagerFactory(DataSource dataSource, org.springframework.boot.autoconfigure.orm.jpa.JpaProperties jpaProperties) throws ClassNotFoundException
ClassNotFoundExceptionCopyright © 2024. All rights reserved.