@Configuration @EnableJpaRepositories(value="it.reply.orchestrator.dal.repository") @EntityScan(value="it.reply.orchestrator.dal.entity") public class DatasourceConfig extends Object implements org.springframework.beans.factory.BeanClassLoaderAware
Modifier and Type | Class and Description |
---|---|
static class |
DatasourceConfig.DatasourceProxyBeanPostProcessor |
Constructor and Description |
---|
DatasourceConfig() |
Modifier and Type | Method and Description |
---|---|
DataSource |
dataSource(org.springframework.boot.jta.XADataSourceWrapper wrapper) |
org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer<org.springframework.transaction.jta.JtaTransactionManager> |
jtaTransactionManagerCustomizer() |
liquibase.integration.spring.SpringLiquibase |
liquibase(org.springframework.boot.jta.XADataSourceWrapper wrapper) |
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties |
orchestratorDataSourceProperties() |
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties |
orchestratorLiquibaseProperties() |
void |
setBeanClassLoader(ClassLoader classLoader) |
DataSource |
workflowDataSource(org.springframework.boot.jta.XADataSourceWrapper wrapper) |
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties |
workflowDataSourceProperties() |
liquibase.integration.spring.SpringLiquibase |
workflowLiquibase(org.springframework.boot.jta.XADataSourceWrapper wrapper) |
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties |
workflowLiquibaseProperties() |
public void setBeanClassLoader(ClassLoader classLoader)
setBeanClassLoader
in interface org.springframework.beans.factory.BeanClassLoaderAware
@Bean @Primary @ConfigurationProperties(value="datasource.orchestrator") public org.springframework.boot.autoconfigure.jdbc.DataSourceProperties orchestratorDataSourceProperties()
@Bean @ConfigurationProperties(value="datasource.workflow") public org.springframework.boot.autoconfigure.jdbc.DataSourceProperties workflowDataSourceProperties()
@Bean @Primary @ConfigurationProperties(value="datasource.orchestrator") public DataSource dataSource(org.springframework.boot.jta.XADataSourceWrapper wrapper) throws Exception
Exception
@Bean @ConfigurationProperties(value="datasource.workflow") public DataSource workflowDataSource(org.springframework.boot.jta.XADataSourceWrapper wrapper) throws Exception
Exception
@Bean @Primary @ConfigurationProperties(value="datasource.orchestrator.liquibase") public org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties orchestratorLiquibaseProperties()
@Bean @ConfigurationProperties(value="datasource.workflow.liquibase") public org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties workflowLiquibaseProperties()
@Bean @Primary @ConfigurationProperties(value="datasource.orchestrator.liquibase") public liquibase.integration.spring.SpringLiquibase liquibase(org.springframework.boot.jta.XADataSourceWrapper wrapper) throws Exception
Exception
@Bean @ConfigurationProperties(value="datasource.workflow.liquibase") public liquibase.integration.spring.SpringLiquibase workflowLiquibase(org.springframework.boot.jta.XADataSourceWrapper wrapper) throws Exception
Exception
@Bean public org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer<org.springframework.transaction.jta.JtaTransactionManager> jtaTransactionManagerCustomizer()
Copyright © 2015–2023 I.N.F.N.. All rights reserved.