41 lines
938 B
Properties
41 lines
938 B
Properties
#--------------------------------------------------------------------------------------------------
|
|
#DriverClassName=com.mysql.cj.jdbc.Driver
|
|
#url=jdbc:mysql://10.19.38.253:3306/chat?useUnicode=true&characterEncoding=utf-8&useSSL=true
|
|
#username=admin
|
|
#password=1227496003131313xY
|
|
#--------------------------------------------------------------------------------------------------
|
|
driverClassName=org.sqlite.JDBC
|
|
url=jdbc:sqlite:F:\\Work_Area\\desk\\database\\ѧϰ\\java²âÊÔÊý¾Ý¿â\\db_student.db
|
|
#--------------------------------------------------------------------------------------------------
|
|
|
|
defaultAutoCommit=true
|
|
|
|
defaultReadOnly=false
|
|
|
|
initialSize=10
|
|
|
|
maxActive=20
|
|
|
|
maxIdle=20
|
|
|
|
minIdle=5
|
|
|
|
maxWait=10000
|
|
|
|
testOnBorrow=true
|
|
|
|
testOnReturn=false
|
|
|
|
validationQuery=select 1
|
|
|
|
validationQueryTimeout=1
|
|
|
|
testWhileIdle=false
|
|
|
|
timeBetweenEvictionRunsMillis=1
|
|
|
|
numTestsPerEvictionRun=3
|
|
|
|
poolPreparedStatements=true
|
|
|
|
maxOpenPreparedStatements=3 |