You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
driver=com.mysql.jdbc.Driver
|
|
url=jdbc:mysql://127.0.0.1:3306/sp_emp
|
|
username=root
|
|
password=root
|
|
#定义初始连接数
|
|
initialSize=0
|
|
#定义最大连接数
|
|
maxActive=20
|
|
#定义最大空闲
|
|
maxIdle=20
|
|
#定义最小空闲
|
|
minIdle=1
|
|
#定义最长等待时间
|
|
maxWait=60000 |