server: port: 7010 max-http-header-size: 10MB hystrix: threadpool: default: coreSize: 200 #并发执行的最大线程数,默认10 maxQueueSize: 200 #BlockingQueue的最大队列数 queueSizeRejectionThreshold: 50 #即使maxQueueSize没有达到,达到queueSizeRejectionThreshold该值后,请求也会被拒绝 command: default: execution: timeout: enabled: true isolation: strategy: SEMAPHORE semaphore: maxConcurrentRequests: 2000 thread: timeoutInMilliseconds: 20000 feign: hystrix: enabled: true #开启Feign请求压缩 compression: response: enabled: true httpclient: enabled: false okhttp: enabled: true max-connections: 1000 # 默认值 max-connections-per-route: 250 # 默认值 # 驱动配置信息 spring: datasource: dynamic: primary: med # 数据库配置 datasource: cdss: driver-class-name: com.mysql.cj.jdbc.Driver platform: mysql url: jdbc:mysql://192.168.2.241:3306/cdss?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true username: root password: lantone med: driver-class-name: com.mysql.cj.jdbc.Driver platform: mysql url: jdbc:mysql://192.168.2.241:3306/med_2021?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true&rewriteBatchedStatements=true username: root password: lantone #redis redis: database: cache: 11 # cache索引 similar: 11 # similar索引 host: 192.168.2.241 #Redis服务器地址 port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379) password: lantone # Redis服务器连接密码(默认为空) lettuce: pool: max-active: 8 # 连接池最大连接数(使用负值表示没有限制) max-idle: 5 # 连接池中的最大空闲连接 max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) min-idle: 0 # 连接池中的最小空闲连接 timeout: 20000 # 连接超时时间(毫秒) servlet: multipart: max-request-size: 2048MB maxFileSize: 50MB neo4j: data: URI: http://192.168.2.234:7480 username: neo4j password: root #mybatis mybatis-plus: mapper-locations: classpath:/mapper/*Mapper.xml #实体扫描,多个package用逗号或者分号分隔 typeAliasesPackage: com.diagbot.entity global-config: #刷新mapper 调试神器 db-config: #主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID"; id-type: id_worker #字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断" field-strategy: not_empty #驼峰下划线转换 column-underline: true #数据库大写下划线转换 #capital-mode: true #刷新mapper 调试神器 refresh-mapper: true #逻辑删除配置 logic-delete-value: 0 logic-not-delete-value: 1 #自定义填充策略接口实现 #meta-object-handler: com.baomidou.springboot.xxx #自定义SQL注入器 #sql-injector: com.baomidou.springboot.xxx configuration: map-underscore-to-camel-case: true cache-enabled: false io.github.lvyahui8.spring: base-packages: com.diagbot.aggregate thread-number: 200 swagger: enable: true CRF: url: http://192.168.2.234:3456 ChiefPresentSimilarity: url: http://192.168.2.234:3456 StandConvert: url: http://192.168.2.234:23232 rate: 0.9 StandConvertNew: url: http://192.168.3.150:9205 rate: 0.9 IcssPush: url: http://192.168.2.241:5008 debugFlag: true