@Configuration public class MySqlConfiguration extends Object
| Constructor and Description |
|---|
MySqlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AsyncJdbcTemplate |
asyncJdbcTemplate() |
MysqlRepository |
mysqlRepository() |
ManageableRepositoryCollection |
mysqlRepositoryCollection() |
@Bean public AsyncJdbcTemplate asyncJdbcTemplate()
@Bean @Scope(value="prototype") public MysqlRepository mysqlRepository()
@Bean(name="MysqlRepositoryCollection") public ManageableRepositoryCollection mysqlRepositoryCollection()
Copyright © 2015. All Rights Reserved.