... factoryBean = new SqlSessionFactoryBean(); factoryBean.setDataSource(dataSource()); return factoryBean.getObject(); } }. 通常,在MyBatis ...
確定! 回上一頁