Class DataSourceConfig
java.lang.Object
io.github.navjotsrakhra.eventmanager.config.DataSourceConfig
The DataSourceConfig class is responsible for configuring the data source for the application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConfigure the data source for the application.
-
Constructor Details
-
DataSourceConfig
public DataSourceConfig()
-
-
Method Details
-
getDataSource
Configure the data source for the application.- Returns:
- A DataSource for the application.
-