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.
		
		
		
		
			
				
					
					
						
							30 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							1.3 KiB
						
					
					
				| # 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
 | |
| 
 | |
| 
 | |
| 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 |