jasp.conf

来自「一个练习JAVA的例子程序 一个练习JAVA的例子程序」· CONF 代码 · 共 19 行

CONF
19
字号
#
# If don't need the connection pooling, set the pooling to false,
# else set it to true.
#

jasp.pooling = false

#
# If the pooling is true, the pooling.maxsize means the maximum 
# capacity of pooling. When the maximum number of the connection 
# pooling is larger than poolingsize, the connection will not enter
# in the pooling.
#

jasp.pooling.maxsize = 100



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?