|  | @@ -1,5 +1,5 @@
 | 
	
		
			
				|  |  |  server:
 | 
	
		
			
				|  |  | -  port: 7201
 | 
	
		
			
				|  |  | +  port: 8706
 | 
	
		
			
				|  |  |    tomcat:
 | 
	
		
			
				|  |  |      uri-encoding: utf-8
 | 
	
		
			
				|  |  |      threads:
 | 
	
	
		
			
				|  | @@ -7,19 +7,16 @@ server:
 | 
	
		
			
				|  |  |        max: 800
 | 
	
		
			
				|  |  |      accept-count: 200
 | 
	
		
			
				|  |  |      max-connections: 10000
 | 
	
		
			
				|  |  | -  servlet:
 | 
	
		
			
				|  |  | -    encoding:
 | 
	
		
			
				|  |  | -      charset: utf-8
 | 
	
		
			
				|  |  |  spring:
 | 
	
		
			
				|  |  |    thymeleaf:
 | 
	
		
			
				|  |  |      cache: false
 | 
	
		
			
				|  |  |    datasource:
 | 
	
		
			
				|  |  |      dynamic:
 | 
	
		
			
				|  |  | -      primary: dev
 | 
	
		
			
				|  |  | +      primary: his
 | 
	
		
			
				|  |  |        strict: false
 | 
	
		
			
				|  |  |        datasource:
 | 
	
		
			
				|  |  |          his:
 | 
	
		
			
				|  |  | -          url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
 | 
	
		
			
				|  |  | +          url: "jdbc:sqlserver://172.16.32.179:1433;databaseName=thxyhisdb"
 | 
	
		
			
				|  |  |            username: "sa"
 | 
	
		
			
				|  |  |            password:
 | 
	
		
			
				|  |  |            driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 | 
	
	
		
			
				|  | @@ -28,10 +25,10 @@ spring:
 | 
	
		
			
				|  |  |            username: "sa"
 | 
	
		
			
				|  |  |            password: "hnthxyyy"
 | 
	
		
			
				|  |  |            driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 | 
	
		
			
				|  |  | -        dev:
 | 
	
		
			
				|  |  | -          url: "jdbc:sqlserver://172.16.32.179:1433;databaseName=thxyhisdb"
 | 
	
		
			
				|  |  | +        adicon:
 | 
	
		
			
				|  |  | +          url: "jdbc:sqlserver://172.16.32.100:1433;databaseName=CYYFCheckUPV5_HNTHYY"
 | 
	
		
			
				|  |  |            username: "sa"
 | 
	
		
			
				|  |  | -          password:
 | 
	
		
			
				|  |  | +          password: "*ThyyHis2018#"
 | 
	
		
			
				|  |  |            driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
 | 
	
		
			
				|  |  |      druid:
 | 
	
		
			
				|  |  |        #type: com.alibaba.druid.pool.DruidDataSource
 | 
	
	
		
			
				|  | @@ -78,6 +75,17 @@ spring:
 | 
	
		
			
				|  |  |      format:
 | 
	
		
			
				|  |  |        date: yyyy-MM-dd
 | 
	
		
			
				|  |  |        date-time: yyyy-MM-dd HH:mm:ss
 | 
	
		
			
				|  |  | +  redis:
 | 
	
		
			
				|  |  | +    host: 172.16.32.217
 | 
	
		
			
				|  |  | +    port: 6379
 | 
	
		
			
				|  |  | +    database: 0
 | 
	
		
			
				|  |  | +    password: thyy@2018
 | 
	
		
			
				|  |  | +mybatis-plus:
 | 
	
		
			
				|  |  | +  configuration:
 | 
	
		
			
				|  |  | +    map-underscore-to-camel-case: true
 | 
	
		
			
				|  |  | +logging:
 | 
	
		
			
				|  |  | +  level:
 | 
	
		
			
				|  |  | +    thyyxxk.webserver.dao: info
 | 
	
		
			
				|  |  |  forest:
 | 
	
		
			
				|  |  |    timeout: 0
 | 
	
		
			
				|  |  |    read-timeout: 0
 | 
	
	
		
			
				|  | @@ -86,38 +94,72 @@ forest:
 | 
	
		
			
				|  |  |    log-response-status: true
 | 
	
		
			
				|  |  |    connect-timeout: 1500
 | 
	
		
			
				|  |  |    variables:
 | 
	
		
			
				|  |  | -    socketCenter: http://localhost:8707/socketApi
 | 
	
		
			
				|  |  | +    socketCenter: http://demo.hnthyy.cn:8707/socketApi
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -mybatis-plus:
 | 
	
		
			
				|  |  | -  configuration:
 | 
	
		
			
				|  |  | -    map-underscore-to-camel-case: true
 | 
	
		
			
				|  |  | +management:
 | 
	
		
			
				|  |  | +  server:
 | 
	
		
			
				|  |  | +    port: 9091
 | 
	
		
			
				|  |  | +  endpoints:
 | 
	
		
			
				|  |  | +    web:
 | 
	
		
			
				|  |  | +      base-path: /actuator
 | 
	
		
			
				|  |  | +      exposure:
 | 
	
		
			
				|  |  | +        include: '*'
 | 
	
		
			
				|  |  | +  metrics:
 | 
	
		
			
				|  |  | +    export:
 | 
	
		
			
				|  |  | +      simple:
 | 
	
		
			
				|  |  | +        enabled: true
 | 
	
		
			
				|  |  | +      jmx:
 | 
	
		
			
				|  |  | +        enabled: true
 | 
	
		
			
				|  |  | +      prometheus:
 | 
	
		
			
				|  |  | +        enabled: true
 | 
	
		
			
				|  |  | +    distribution:
 | 
	
		
			
				|  |  | +      percentiles-histogram:
 | 
	
		
			
				|  |  | +        http:
 | 
	
		
			
				|  |  | +          server:
 | 
	
		
			
				|  |  | +            requests: false
 | 
	
		
			
				|  |  | +      minimum-expected-value:
 | 
	
		
			
				|  |  | +        http:
 | 
	
		
			
				|  |  | +          server:
 | 
	
		
			
				|  |  | +            requests: 20ms
 | 
	
		
			
				|  |  | +      maximum-expected-value:
 | 
	
		
			
				|  |  | +        http:
 | 
	
		
			
				|  |  | +          server:
 | 
	
		
			
				|  |  | +            requests: 200ms
 | 
	
		
			
				|  |  | +  endpoint:
 | 
	
		
			
				|  |  | +    metrics:
 | 
	
		
			
				|  |  | +      enabled: true
 | 
	
		
			
				|  |  | +    health:
 | 
	
		
			
				|  |  | +      show-details: always
 | 
	
		
			
				|  |  | +      probes:
 | 
	
		
			
				|  |  | +        enabled: true
 | 
	
		
			
				|  |  | +    prometheus:
 | 
	
		
			
				|  |  | +      enabled: true
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  execute-scheduled: false
 | 
	
		
			
				|  |  |  is-prod: false
 | 
	
		
			
				|  |  | -triage-notify-url: http://localhost:8082/triage/roomScreen/pushMsg
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +triage-notify-url: http://172.16.30.26:8082/triage/roomScreen/pushMsg
 | 
	
		
			
				|  |  |  si-tj-url: http://jkglcsx.server.zhongmeihealth.com/openInter
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #正式环境
 | 
	
		
			
				|  |  | -si-api-url: http://dms.hun.hsip.gov.cn/isp-api/powercsb/1101
 | 
	
		
			
				|  |  | -si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
 | 
	
		
			
				|  |  | -si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
 | 
	
		
			
				|  |  | -si-zy-fee-url: http://172.16.32.166:1000
 | 
	
		
			
				|  |  | -si-mz-fee-url: http://172.16.32.166:1100/mzFee
 | 
	
		
			
				|  |  | -si-injury-fee-url: http://172.16.32.163:2100/siInjury
 | 
	
		
			
				|  |  | -si-injury-systm-url: http://172.16.32.163:2000/siInjury
 | 
	
		
			
				|  |  | -thmz-api-url: http://172.16.32.160:81/thmz/api/v1
 | 
	
		
			
				|  |  | +#si-api-url: http://dms.hun.hsip.gov.cn/isp-api/powercsb/1101
 | 
	
		
			
				|  |  | +#si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
 | 
	
		
			
				|  |  | +#si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
 | 
	
		
			
				|  |  | +#si-zy-fee-url: http://172.16.32.166:1000
 | 
	
		
			
				|  |  | +#si-mz-fee-url: http://172.16.32.166:1100/mzFee
 | 
	
		
			
				|  |  | +#si-injury-fee-url: http://172.16.32.163:2100/siInjury
 | 
	
		
			
				|  |  | +#si-injury-systm-url: http://172.16.32.163:2000/siInjury
 | 
	
		
			
				|  |  | +#thmz-api-url: http://172.16.32.160:81/thmz/api/v1
 | 
	
		
			
				|  |  | +#appletThmzUrl: http://172.16.32.160:81/thmz
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #测试环境
 | 
	
		
			
				|  |  | -#si-api-url: http://10.93.30.130:20001/isp-api/powercsb/1101
 | 
	
		
			
				|  |  | -#si-access-key: Zgs5jfxaKb86XbCuUzLK9EhFjiQfHR1vydaPzp
 | 
	
		
			
				|  |  | -#si-secret-key: SKT2ETMT3XkAYApqh79DCnN9ZjfbQEBMPU0GyLz9
 | 
	
		
			
				|  |  | -#si-zy-fee-url: http://localhost:1000
 | 
	
		
			
				|  |  | -#si-mz-fee-url: http://localhost:1100/mzFee
 | 
	
		
			
				|  |  | -#si-injury-fee-url: http://localhost:2100/siInjury
 | 
	
		
			
				|  |  | -#si-injury-systm-url: http://localhost:2000/siInjury
 | 
	
		
			
				|  |  | -#thmz-api-url: http://172.16.30.33:81/thmz/api/v1
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -logging:
 | 
	
		
			
				|  |  | -  level:
 | 
	
		
			
				|  |  | -    thyyxxk.webserver.dao: debug
 | 
	
		
			
				|  |  | +si-api-url: http://10.93.28.242:80/isp-api/powercsb/
 | 
	
		
			
				|  |  | +si-access-key: ohksRseHwPk9JAVGAQ5lghF5euo6NQZjiv8O2V
 | 
	
		
			
				|  |  | +si-secret-key: SKQgruu508MeFbQmLZs4Oyj5Qk0GjLstGVtWJB3Y
 | 
	
		
			
				|  |  | +si-zy-fee-url: http://172.16.30.26:1000
 | 
	
		
			
				|  |  | +si-mz-fee-url: http://172.16.30.26:1100/mzFee
 | 
	
		
			
				|  |  | +si-injury-fee-url: http://172.16.30.26:2100/siInjury
 | 
	
		
			
				|  |  | +si-injury-systm-url: http://172.16.30.26:2000/siInjury
 | 
	
		
			
				|  |  | +thmz-api-url: http://demo.hnthyy.cn:8089/thmz/api/v1
 | 
	
		
			
				|  |  | +appletThmzUrl: http://demo.hnthyy.cn:8089/thmz
 |