升级hsweb依赖到release

This commit is contained in:
zhouhao
2017-09-22 19:45:42 +08:00
parent 64d8e01c9f
commit 34592a4fe3
44 changed files with 139 additions and 139 deletions

View File

@@ -1,7 +1,7 @@
package org.hswebframework.web.datasource;
import org.hsweb.ezorm.rdb.executor.AbstractJdbcSqlExecutor;
import org.hsweb.ezorm.rdb.executor.SQL;
import org.hswebframework.ezorm.rdb.executor.AbstractJdbcSqlExecutor;
import org.hswebframework.ezorm.rdb.executor.SQL;
import org.springframework.jdbc.datasource.DataSourceUtils;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.annotation.Transactional;

View File

@@ -1,6 +1,6 @@
package org.hswebframework.web.datasource;
import org.hsweb.ezorm.rdb.executor.SqlExecutor;
import org.hswebframework.ezorm.rdb.executor.SqlExecutor;
import org.hswebframework.web.datasource.starter.AopDataSourceSwitcherAutoConfiguration;
import org.hswebframework.web.datasource.switcher.DataSourceSwitcher;
import org.springframework.beans.BeansException;