@Configuration @Profile(value="dev") public class DevelopmentConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DATASOURCE_DRIVER_CLASS_NAME |
protected static String |
DATASOURCE_PASSWORD |
protected static String |
DATASOURCE_URL |
protected static String |
DATASOURCE_USERNAME |
| Constructor and Description |
|---|
DevelopmentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
developmentDataSource() |
protected static final String DATASOURCE_DRIVER_CLASS_NAME
protected static final String DATASOURCE_URL
protected static final String DATASOURCE_USERNAME
protected static final String DATASOURCE_PASSWORD
@Bean @Primary public DataSource developmentDataSource()
Copyright © 2018 Flowable. All rights reserved.