|  | @@ -26,8 +26,8 @@ spring:
 | 
	
		
			
				|  |  |        max-request-size: 100MB
 | 
	
		
			
				|  |  |    datasource:
 | 
	
		
			
				|  |  |      his:
 | 
	
		
			
				|  |  | -      #jdbc-url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
 | 
	
		
			
				|  |  | -      jdbc-url: "jdbc:sqlserver://172.16.32.160:1433;databaseName=thxyhisdb"
 | 
	
		
			
				|  |  | +      jdbc-url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
 | 
	
		
			
				|  |  | +      #jdbc-url: "jdbc:sqlserver://172.16.32.160:1433;databaseName=thxyhisdb"
 | 
	
		
			
				|  |  |        username: "sa"
 | 
	
		
			
				|  |  |        password:
 | 
	
		
			
				|  |  |        #password: "SAthyy123"
 | 
	
	
		
			
				|  | @@ -44,11 +44,11 @@ spring:
 | 
	
		
			
				|  |  |        connection-test-query:  SELECT 1
 | 
	
		
			
				|  |  |        validation-timeout: 10000
 | 
	
		
			
				|  |  |      thmz:
 | 
	
		
			
				|  |  | -      jdbc-url: "jdbc:mariadb://localhost:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
 | 
	
		
			
				|  |  | -      #jdbc-url: "jdbc:mariadb://172.16.32.160:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
 | 
	
		
			
				|  |  | +      #jdbc-url: "jdbc:mariadb://localhost:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
 | 
	
		
			
				|  |  | +      jdbc-url: "jdbc:mariadb://172.16.32.160:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
 | 
	
		
			
				|  |  |        username: "root"
 | 
	
		
			
				|  |  | -      password: "hrg49086"
 | 
	
		
			
				|  |  | -      #password: "thyy@2018"
 | 
	
		
			
				|  |  | +      #password: "hrg49086"
 | 
	
		
			
				|  |  | +      password: "thyy@2018"
 | 
	
		
			
				|  |  |        driver-class-name: "org.mariadb.jdbc.Driver"
 | 
	
		
			
				|  |  |        type: "com.zaxxer.hikari.HikariDataSource"
 | 
	
		
			
				|  |  |        minimum-idle: 5
 |