⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 db.properties

📁 文章管理系统 用Java开发,以Struts为框架,以Jdbc链接Mysql数据库。系统属性:系统属性设置、留言管理、友情链接管理、网站调查、公告管理 关于我们、版权声明、联系我们
💻 PROPERTIES
字号:
##please check your server parameter##
#dbDriver of mysql#
dbDriver=com.mysql.jdbc.Driver
#dbUrl of mysql #
dbUrl=jdbc:mysql://127.0.0.1/yhcms?useUnicode=true&characterEncoding=UTF-8
#your mysql connection user#
dbUsername=root
#the user password#
dbPassword=123
#dbRemoveAbandoned is auto remove idle connections or not.
dbRemoveAbandoned=false

#dbPoolPreparedStatements is prepared statement pooling enabled or not.
dbPoolPreparedStatements=false

#dbMaxOpenPreparedStatements is the maximum number of open statements that can be allocated from the statement pool at the same time, 0 for no limit. Validated only when dbPoolPreparedStatements is true.
dbMaxOpenPreparedStatements=50

#dbInitialSize is the initial number of connections when the pool is started.
#Supported from dbcp 1.2
dbInitialSize=3

#dbMaxActive is the max connections.
dbMaxActive=20

#dbMaxIdle is the max connections that can remain idle in the pool.
dbMaxIdle=10

#dbMinIdle is the min connections that can remain idle in the pool.
dbMinIdle=1

#dbMaxWait is the max milliseconds that the pool will wait.
dbMaxWait=10000

#dbSupportTransaction is database supports transaction or not.
dbSupportTransaction=true

#if can't conn to database,you conn send mail to it
connEmail=yyhweb@126.com

#the system path
path=D:/eclipse/workspace/yhcms

⌨️ 快捷键说明

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