public interface Configuration
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
Configuration.DatasourceType |
static class |
Configuration.TransactionFactoryEnum |
| 限定符和类型 | 方法和说明 |
|---|---|
default Configuration.DatasourceType |
datasourceType() |
default String |
driver() |
default String |
getMapperLocations() |
default Configuration.TransactionFactoryEnum |
getTransactionFactory() |
default boolean |
isCache() |
default boolean |
isFormat() |
default boolean |
isLog() |
default boolean |
isRemoveAbandoned() |
default boolean |
isShowSql() |
default int |
maxActive() |
default String |
password() |
default String |
url() |
default String |
username() |
default String |
validationQuery() |
default Configuration.DatasourceType datasourceType()
default String driver()
default String url()
default String username()
default String password()
default boolean isLog()
default boolean isFormat()
default boolean isCache()
default boolean isShowSql()
default String validationQuery()
default int maxActive()
default String getMapperLocations()
default boolean isRemoveAbandoned()
default Configuration.TransactionFactoryEnum getTransactionFactory()
Copyright © 2023. All rights reserved.