|  | @@ -13,18 +13,18 @@ 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"
 | 
	
		
			
				|  |  |        driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 | 
	
		
			
				|  |  |      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"
 | 
	
		
			
				|  |  |    devtools:
 | 
	
		
			
				|  |  |      restart:
 |