mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-04 20:03:22 +08:00
升级hsweb依赖到release
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user