parent
4562d12d1f
commit
0c129fac2c
2 changed files with 0 additions and 30 deletions
Binary file not shown.
@ -1,30 +0,0 @@ |
||||
# mysql\u4E3B\u6570\u636E\u5E93============================================================= |
||||
master.driverClassName=com.mysql.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://192.168.12.102: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 |
||||
|
||||
|
||||
pacs.driverclassname=com.microsoft.sqlserver.jdbc.sqlserverdriver |
||||
pacs.jdbcurl=jdbc:sqlserver://192.168.1.112:1433;databasename=ris_basic |
||||
pacs.username=his_interface |
||||
pacs.password=his_interface |
||||
pacs.minidle=4 |
||||
pacs.maxactive=8 |
||||
pacs.initialsize=2 |
Loading…
Reference in new issue