package net.tooan.ynpay.commons.service.ibatis; import javax.sql.DataSource; /** * Created with IntelliJ IDEA. * User: Jing * Date: 13-10-15 * Time: 下午9:11 */ public interface IbatisSupport { String getResource(); DataSource getDataSource(); }