This commit is contained in:
Looly
2023-12-17 22:45:40 +08:00
parent 5eaa0988b1
commit 1eacd29d99
53 changed files with 583 additions and 48 deletions

View File

@@ -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;

View File

@@ -12,7 +12,7 @@
#--------------------------------------
# MongoDB 连接设定
# author xiaoleilu
# author Looly
#--------------------------------------
#每个主机答应的连接数(每个主机的连接池大小),当连接池被用光时,会被阻塞住 默以为10 --int