| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 | server:  #端口号  port: 8089  #tomcat 日志  tomcat:    accesslog:      buffered: true      directory: D:/logs/thmz      enabled: true      file-date-format: .yyyy-MM-dd      pattern: common      prefix: access_log      rename-on-rotate: false      request-attributes-enabled: false      rotate: true      suffix: .log    max-connections: 30000  #项目名,如果不设定,默认是 /  servlet:    context-path: "/thmz"spring:  #jackson:    #date-format: "yyyy-MM-dd HH:mm:ss"    #设置为东八区时间    #timezone: GMT+8    #serialization:    #使用数值timestamp表示日期    #write-dates-as-timestamps: true    #想要值为2019-01-01    #write-dates-as-timestamps: false  servlet:    multipart:      #单个文件大小      max-file-size: 200MB      #单次请求总文件大小      max-request-size: 1000MB  datasource:    lis:      jdbc-url: "jdbc:sqlserver://172.16.32.178:1433;databaseName=eLimsCore"      username: "sa"      password: "hnthxyyy"      driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"    his:      jdbc-url: "jdbc:sqlserver://172.16.32.179:1433;databaseName=thxyhisdb"      username: "sa"      password:      driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"    thmz:      jdbc-url: "jdbc:mariadb://172.16.32.161:3307/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"      username: "lihong"      password: "123"      driver-class-name: "org.mariadb.jdbc.Driver"    durid:      #type: com.alibaba.druid.pool.DruidDataSource      #初始化时建立物理连接的个数。初始化发生在显示调用init方法,或者第一次getConnection时      initial-size: 40      #最大连接池数量      max-active: 100      #最小连接池数量      min-idle: 40      #获取连接时最大等待时间,单位毫秒      max-wait: 60000      #使用非公平锁。      use-unfair-lock: true      #用来检测连接是否有效的sql,要求是一个查询语句。      validation-query: SELECT 1      #建议配置为true,不影响性能,并且保证安全性。申请连接的时候检测,如果空闲时间大于timeBetweenEvictionRunsMillis,执行validationQuery检测连接是否有效。      test-while-idle: true      #申请连接时执行validationQuery检测连接是否有效,      test-on-borrow: true      #归还连接时执行validationQuery检测连接是否有效,      test-on-return: false      #Destroy线程会检测连接的间隔时间,testWhileIdle的判断依据,详细看testWhileIdle属性的说明      time-between-eviction-runs-millis: 60000      #配置一个连接在池中最小生存的时间,单位是毫秒      min-evictable-idle-time-millis: 300000      #监控统计用的filter:stat  日志用的filter:log4j    防御sql注入的filter:wall      filters: stat      #是否缓存preparedStatement,也就是PSCache,在mysql5.5以下的版本中没有PSCache功能,建议关闭掉      pool-prepared-statements: false      #要启用PSCache,必须配置大于0,当大于0时,poolPreparedStatements自动触发修改为true。      max-pool-prepared-statement-per-connection-size: 200      #对于长时间不使用的连接强制关闭      remove-abandoned: true      #数据库链接超过180秒开始关闭空闲连接 秒为单位      remove-abandoned-timeout: 180      #将当前关闭动作记录到日志  此配置项会影响性能,只在排查的时候打开,系统运行时最好关闭。      log-abandoned: true  autoconfigure:    exclude:  com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure # 去除druid配置  devtools:    restart:      enabled: true      #该目录下的内容修改不重启      exclude: images/**    livereload:      port: 35730  thymeleaf:    cache: false#配置项:开启下划线到驼峰的自动转换. 作用:将数据库字段根据驼峰规则自动注入到对象属性。#mybatis:#  configuration:#    map-underscore-to-camel-case: truemybatis-plus:  configuration:    map-underscore-to-camel-case: true#打印SQL信息logging:  level:    cn.hnthyy.thmz.mapper: debug#企业微信消息服务地址测试环境serviceUrl: "http://172.16.30.26:8706/sendWxInfo/send"#卡号变更通知开关sendNoticeToHaiCi: true#就诊状态通知开关sendNoticeToPatient: true#是否修改LIS数据开关updateLisData: false#是否加收开关setUnitPrice: false#海慈开放服务地址测试环境#haiciServiceUrl: "https://sapi.med.gzhc365.com/openapi/health"#泰和微信开放服务地址测试环境haiciServiceUrl: "http://172.16.30.26:8805/wxserver"#泰和微信缴费服务地址测试环境 8077wxPayOrderServiceUrl: "http://172.16.30.26:8706"#特殊门诊测试地址 8077tsmzServiceUrl: "http://172.16.30.26:8706/markMtFees"#流行病调查问卷测试地址lxbdcwjUrl: "http://192.168.3.20:8081/assessments/covid/"#医技预约审核驳回回调地址callBackYJYYUrl: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxbde6b16acad84204&redirect_uri=http://172.16.30.26:8805/wxserver/redirect/page2?to=resignOrRefund_"#叫号通知接口地址notifyServiceUrl: "http://172.16.30.26:8706/triage/notify"#集成平台前缀 webhis.thyy.cn:8706jcptUrl: "http://172.16.30.119:8706/"#语音生成接口地址audioServiceUrl: "http://webhis.thyy.cn:8706/voice/textToSpeech"#化验结果接口soap_url: "http://172.16.32.178:622/pushservice.asmx?wsdl"#websocket 地址前半部分webSocketHost: "ws://172.16.30.119:8089/thmz/"#门诊结算单地址  http://webhis.thyy.cn:8080mzjsdHost: http://172.16.30.119:3000#websocket 药房地址前半部分 172.16.32.161webSocketPrescriptionHost: "ws://172.16.30.119:9000/"#websocket 药房发送信息接口地址webSocketServiceUrl: "http://172.16.30.119:9000/api/v1/sendMessage"#合理用药分析接口rationalUseOfMedicineUrl: "http://172.16.32.121:8016/Audit.ashx"#智能银行接口地址misPossUrl:  "http://172.16.32.201:8080/ccbmis/transaction/"#调用医保药品更新最新报销比例测试地址hiDrugPostUrl: "http://172.16.30.26:8706/nationalMatch/queryPsnPayProp?hiListCode="#( Windows配置,Linux配置 /home/thmz/uploadPath)filepath:  profile: D:/thmz/uploadPath
 |