mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add pool
This commit is contained in:
@@ -18,7 +18,7 @@ import org.dromara.hutool.core.text.StrUtil;
|
||||
/**
|
||||
* 数据库异常
|
||||
*
|
||||
* @author xiaoleilu
|
||||
* @author Looly
|
||||
*/
|
||||
public class DbRuntimeException extends RuntimeException {
|
||||
private static final long serialVersionUID = 3624487785708765623L;
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
#--------------------------------------
|
||||
# MongoDB 连接设定
|
||||
# author xiaoleilu
|
||||
# author Looly
|
||||
#--------------------------------------
|
||||
|
||||
#每个主机答应的连接数(每个主机的连接池大小),当连接池被用光时,会被阻塞住 ,默以为10 --int
|
||||
|
Reference in New Issue
Block a user