//package com.ruoyi.other.config;
|
//
|
//import io.seata.rm.datasource.DataSourceProxy;
|
//import org.springframework.context.annotation.Bean;
|
//import org.springframework.context.annotation.Configuration;
|
//
|
//import javax.sql.DataSource;
|
//
|
///**
|
// * @author zhibing.pu
|
// * @date 2024/8/17 11:10
|
// */
|
//@Configuration
|
//public class DataSourceProxyConfig {
|
//
|
//
|
// @Bean
|
// public DataSource dataSource(DataSource druidDataSource){
|
// return new DataSourceProxy(druidDataSource);
|
// }
|
//}
|