Rachel
Toggle table of contents
3.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.cs.server-engine
/
love.yinlin.cs.service
/
Database
/
Config
/
Config
Config
constructor
(
host
:
String
=
"localhost"
,
port
:
Int
=
3306
,
name
:
String
=
"mysql"
,
username
:
String
=
"root"
,
password
:
String
=
""
,
maximumPoolSize
:
Int
=
10
,
minimumIdle
:
Int
=
2
,
idleTimeout
:
Long
=
30000
,
connectionTimeout
:
Long
=
30000
,
maxLifetime
:
Long
=
1800000
)