mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
beecp update to 4.0.0
This commit is contained in:
parent
e054a80b16
commit
85b1ed2fcc
@ -94,7 +94,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.chris2018998</groupId>
|
<groupId>com.github.chris2018998</groupId>
|
||||||
<artifactId>beecp</artifactId>
|
<artifactId>beecp</artifactId>
|
||||||
<version>3.5.0</version>
|
<version>4.0.0</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
package org.dromara.hutool.db.ds.bee;
|
package org.dromara.hutool.db.ds.bee;
|
||||||
|
|
||||||
import cn.beecp.BeeDataSource;
|
|
||||||
import cn.beecp.BeeDataSourceConfig;
|
|
||||||
import org.dromara.hutool.core.map.MapUtil;
|
import org.dromara.hutool.core.map.MapUtil;
|
||||||
import org.dromara.hutool.db.config.ConnectionConfig;
|
import org.dromara.hutool.db.config.ConnectionConfig;
|
||||||
import org.dromara.hutool.db.ds.DSFactory;
|
import org.dromara.hutool.db.ds.DSFactory;
|
||||||
import org.dromara.hutool.setting.props.Props;
|
import org.dromara.hutool.setting.props.Props;
|
||||||
|
import org.stone.beecp.BeeDataSource;
|
||||||
|
import org.stone.beecp.BeeDataSourceConfig;
|
||||||
|
|
||||||
import javax.sql.DataSource;
|
import javax.sql.DataSource;
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user