Skip to content

Commit

Permalink
更新线程池参数
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaffebabe committed Jan 15, 2020
1 parent 69fa55f commit b4a4422
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 后端开发/语言/JAVA/高级/JDBC.md
Expand Up @@ -45,6 +45,13 @@ connection.setAutoCommit(false);
- c3p0
- druid

## 参数

- 空闲线程数:初始化线程,还没被使用
- 活动线程数:正在被使用的
- 最大线程数:限制最多只能创建的线程数


## JDBCUtils

- 提供静态代码块加载配置文件,初始化连接池对象
Expand Down

0 comments on commit b4a4422

Please sign in to comment.