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主数据库=============================================================
 | |
| 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://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=root
 | |
| ## 连接池数
 | |
| master.minIdle=4
 | |
| master.maxActive=16
 | |
| master.initialSize=2
 | |
| #
 | |
| #
 | |
| # lis数据库==================================================================
 | |
| lis.driverclassname=com.microsoft.sqlserver.jdbc.sqlserverdriver
 | |
| lis.jdbcUrl=jdbc:sqlserver://200.200.200.251:1433;databasename=lisdb
 | |
| lis.username=sa
 | |
| lis.password=sixflag
 | |
| ## 连接池数
 | |
| 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 |