|  | @@ -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
 | 
	
	
		
			
				|  | @@ -154,6 +154,6 @@ haiciServiceUrl: "https://api.med.gzhc365.com/openapi/health"
 | 
	
		
			
				|  |  |  tsmzServiceUrl: "http://172.16.32.163:8704/shengyb/mt"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #流行病调查问卷测试地址
 | 
	
		
			
				|  |  | -#lxbdcwjUrl: "http://192.168.3.10:8081/assessments/covid/"
 | 
	
		
			
				|  |  | +#lxbdcwjUrl: "http://192.168.3.20:8081/assessments/covid/"
 | 
	
		
			
				|  |  |  #流行病调查问卷生产地址
 | 
	
		
			
				|  |  | -lxbdcwjUrl: "http://staticweb.dj0217.top:8083/assessments/covid/"
 | 
	
		
			
				|  |  | +lxbdcwjUrl: "http://csth.hnthhz.com:8083/assessments/covid/"
 |