Interface DataSourcesReactiveMySQLConfig
-
@ConfigMapping(prefix="quarkus.datasource") @ConfigRoot(phase=RUN_TIME) public interface DataSourcesReactiveMySQLConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNamedConfig
static interface
DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNestedNamedConfig
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @WithUnnamedKey("<default>") Map<String,DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNamedConfig>
dataSources()
Additional named datasources.
-
-
-
Method Detail
-
dataSources
@ConfigDocSection @ConfigDocMapKey("datasource-name") @WithParentName @WithDefaults @WithUnnamedKey("<default>") @WithUnnamedKey("<default>") Map<String,DataSourcesReactiveMySQLConfig.DataSourceReactiveMySQLOuterNamedConfig> dataSources()
Additional named datasources.
-
-