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.2 KiB
			
		
		
			
		
	
	
					30 lines
				
				1.2 KiB
			| 
								 
											3 years ago
										 
									 | 
							
								# 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://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
							 | 
						||
| 
								 | 
							
								## 连接池数
							 | 
						||
| 
								 | 
							
								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
							 |