@Configuration public class DBFoundAutoConfigure extends Object implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
DBFoundAutoConfigure() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.data.transaction.ChainedTransactionManager |
chainedTransactionManager(DBFoundEngine dbFoundEngine) |
DBFoundDefaultController |
dbFoundDefaultController() |
DBFoundDefaultService |
dbFoundDefaultService() |
DBFoundEngine |
dbFoundEngine() |
DBFoundExceptionHandle |
dbFoundExceptionHandle() |
org.springframework.transaction.PlatformTransactionManager |
dbfoundTransactionManager(ModelExecutor modelExecutor,
DBFoundEngine dbFoundEngine) |
ModelExecutor |
modelExecutor() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
@Bean(destroyMethod="destroy") public DBFoundEngine dbFoundEngine() throws Exception
Exception@Bean
@ConditionalOnProperty(matchIfMissing=true,
name="dbfound.web.open-default-controller",
havingValue="true")
public DBFoundDefaultController dbFoundDefaultController()
@Bean public DBFoundDefaultService dbFoundDefaultService()
@Bean public DBFoundExceptionHandle dbFoundExceptionHandle()
@Bean public ModelExecutor modelExecutor()
@Bean public org.springframework.transaction.PlatformTransactionManager dbfoundTransactionManager(ModelExecutor modelExecutor, DBFoundEngine dbFoundEngine)
public org.springframework.data.transaction.ChainedTransactionManager chainedTransactionManager(DBFoundEngine dbFoundEngine)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2023. All rights reserved.