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.
21 lines
1.0 KiB
21 lines
1.0 KiB
2 years ago
|
# mysql\u4E3B\u6570\u636E\u5E93=============================================================
|
||
|
master.driverClassName=org.mariadb.jdbc.Driver
|
||
|
#master.jdbcUrl=jdbc:mysql://127.0.0.1:3306/ynxbd_wx?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useServerPrepStmts=true&cachePrepStmts=true&rewriteBatchedStatements=true&allowMultiQueries=true
|
||
|
master.jdbcUrl=jdbc:mariadb://127.0.0.1:3306/ynxbd_wx?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useServerPrepStmts=true&cachePrepStmts=true&rewriteBatchedStatements=true&allowMultiQueries=true
|
||
|
master.username=root
|
||
|
master.password=1234
|
||
|
## \u8FDE\u63A5\u6C60\u6570
|
||
|
master.minIdle=4
|
||
|
master.maxActive=16
|
||
|
master.initialSize=2
|
||
|
#
|
||
|
#
|
||
|
# LIS\u6570\u636E\u5E93==================================================================
|
||
|
lis.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||
|
lis.jdbcUrl=jdbc:sqlserver://200.200.200.251:1433;databaseName=lisdb
|
||
|
lis.username=sa
|
||
|
lis.password=sixflag
|
||
|
## \u8FDE\u63A5\u6C60\u6570
|
||
|
lis.minIdle=4
|
||
|
lis.maxActive=8
|
||
|
lis.initialSize=2
|