当前位置:Gxlcms > mysql > MYSQL数据连接池配置_MySQL

MYSQL数据连接池配置_MySQL

时间:2021-07-01 10:21:17 帮助过:20人阅读

bitsCN.com


MYSQL数据连接池配置

在 apache-tomcat-7.0.25/conf

里面的context

type="javax.sql. DataSource"

maxActive="100" maxIdle="30" maxWait="10000"

username="root" password="123456"

driverClassName="com.mysql.jdbc.Driver"

url="jdbc:mysql://localhost:3306/bookstore?autoReconnect=true"

removeAbandoned="true" removeAbandonedTimeout="60" logAbandoned="true"/>

bitsCN.com

人气教程排行