@Configuration @AutoConfigureAfter(name="org.springframework.boot.autoconfigure.r2dbc.R2dbcAutoConfiguration") @ConditionalOnBean(value=io.r2dbc.spi.ConnectionFactory.class) public class R2dbcSqlExecutorConfiguration extends Object
| 构造器和说明 |
|---|
R2dbcSqlExecutorConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor |
reactiveSqlExecutor(EasyormProperties properties) |
org.hswebframework.ezorm.rdb.executor.SyncSqlExecutor |
syncSqlExecutor(org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor reactiveSqlExecutor) |
@Bean @ConditionalOnMissingBean public org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor reactiveSqlExecutor(EasyormProperties properties)
@Bean @ConditionalOnMissingBean public org.hswebframework.ezorm.rdb.executor.SyncSqlExecutor syncSqlExecutor(org.hswebframework.ezorm.rdb.executor.reactive.ReactiveSqlExecutor reactiveSqlExecutor)
Copyright © 2016–2022. All rights reserved.