Commit e4673207 by fsn

删除多数据源配置

parent 3747c975
...@@ -23,7 +23,6 @@ import javax.sql.DataSource; ...@@ -23,7 +23,6 @@ import javax.sql.DataSource;
* @date 2016年11月12日 下午4:55:09 * @date 2016年11月12日 下午4:55:09
*/ */
@Configuration @Configuration
@EnableTransactionManagement(order = 2)//由于引入多数据源,所以让spring事务的aop要在多数据源切换aop的后面
@Import(value = DruidPoolConfig.class) @Import(value = DruidPoolConfig.class)
public class DataSourceConfig { public class DataSourceConfig {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment