server: port: 10004 servlet: encoding: charset: UTF-8 force: true #context-path: /transfer compression: enabled: true #开启数据压缩 mime-types: application/json,application/xml,text/html,text/xml,text/plain min-response-size: 2048 logging: file: path: log/wookit level: root: info "[javax.management]": INFO "[org.apache.http]": INFO "[org.apache.tomcat.util.net.NioEndpoint]": INFO "[sun.rmi]": INFO "[com.alibaba.nacos]": ERROR com.fujica: INFO tracer: trace # 开启trace级别日志,在开发时可以开启此配置,则控制台可以打印es全部请求信息及DSL语句,为了避免重复,开启此项配置后,可以将EE的print-dsl设置为false. enable-print-get-method-resp-data: false #是否打印Get请求响应数据 spring: application: name: transferservice cloud: gateway: discovery: locator: lower-case-service-id: true enabled: true nacos: discovery: server-addr: 192.168.2.92:8848 namespace: 49ab56f7-3752-4c43-a935-a1d4024eb82b sentinel: transport: # 添加sentinel的控制台地址 dashboard: 192.168.2.92:8787 # 指定应用与Sentinel控制台交互的端口,应用会起一个HttpServer占用该端口 #port: 8719 # 将其配置为 false 即可根据不同的 URL 进行链路限流 #web-context-unify: false # 从nacos配置中心拉取规则信息 datasource: flow-rules: #流控规则 nacos: server-addr: 192.168.2.92:8848 namespace: 49ab56f7-3752-4c43-a935-a1d4024eb82b username: nacos password: nacos dataId: ${spring.application.name}-flow-rules groupId: DEFAULT_GROUP # 注意groupId对应Sentinel Dashboard中的定义 data-type: json rule-type: flow redis: host: 192.168.2.92 #Redis服务器地址 database: 3 # Redis数据库索引(默认为0) port: 6379 # Redis服务器连接端口 password: Fjc@2025 # Redis服务器连接密码(默认为空) jedis: pool: max-active: 8 # 连接池最大连接数(使用负值表示没有限制) max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) max-idle: 8 # 连接池中的最大空闲连接 min-idle: 0 # 连接池中的最小空闲连接 feign: httpclient: enabled: true #开启feign连接池 max-connections: 100 max-connections-per-route: 50 client: config: default: loggerLevel: FULL connect-timeout: 60000 #默认连接超时时间 read-timeout: 60000 #默认请求超时时间 cardservice: connect-timeout: 1000 #月卡服务连接超时时间 read-timeout: 8000 #月卡服务请求超时时 paymentservice: connect-timeout: 30000 #支付服务连接超时时间 read-timeout: 25000 #支付服务请求超时时间 chargeservice: connect-timeout: 10000 #计费服务连接超时时间 read-timeout: 8000 #计费服务请求超时时间 payCenterProxy: connect-timeout: 60000 #代理服务连接超时时间 read-timeout: 60000 #代理服务请求超时时 dataservice: connect-timeout: 2000 #代理服务连接超时时间 read-timeout: 20000 #代理服务请求超时时 aliyun: oss: endpoint: https://oss-cn-shenzhen.aliyuncs.com keyid: LTAI5tALFygbdLmGw1VsDEVw keysecret: wVJnGaeR8hkxvdnjr2lIzAWlZGVxTG bucketname: fsbase fujica: sha256: salt: fujica2024v2 rsa: publicKey: MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMkyd3UWDgDyk70PlCrQJimVswNV8zk8d5DvVpvjtCW3xVuXOACHDQDUsFgHYh/B8A43eADR6+2b/776Bz/ZhjUCAwEAAQ== privateKey: MIIBVQIBADANBgkqhkiG9w0BAQEFAASCAT8wggE7AgEAAkEAyTJ3dRYOAPKTvQ+UKtAmKZWzA1XzOTx3kO9Wm+O0JbfFW5c4AIcNANSwWAdiH8HwDjd4ANHr7Zv/vvoHP9mGNQIDAQABAkAFONca5eClK6akAJSC6/YhnC4SRxfSA3zC+UNRNn7Ff8y/3fzhPjzQa9Fg+5kM9gEQylRDTBfFeBpArr5xk9udAiEA9uoWCJFJQYWDE7Xqv9bQszGuSf/ezuKCRa73H1E/1H8CIQDQmbpDRAfBwCcM759pw3DbhOK4EXN6uFg53n9ZqVM7SwIhAPPFspEs11VP+lQ4c5aJAC0abId0jcZVjOY9Uo/hyJIDAiEAs1fHvTdLF/f1WvjVbJ/ccs8wASL3zsWZDL/Pa63ZYjsCIF9qoBzAEka+ZbRoxvcI9pLx7GFFCvkbOrDlvC+vZO3s xss: enabled: true exclude: - /callback/wx/** async: thread-pool: #为@Async功能配置的线程池 common: #通用线程池 core-pool-size: 1 max-pool-size: 5 queue-capacity: 1000 name-prefix: transfer # 地址参数 domain: v2: orderDetailUrl: https://v2test-fsh5.fujica.com.cn/pages/pay/pay #缴费详情页URL invoiceUrl: https://v2test-fsh5.fujica.com.cn/pages/common/carSearch?to=/pages/mine/order/index&token=B61FCADD07E7479EAA91B0167FED0048 e7: orderDetailUrl: http://mops-test.fujica.com.cn/v3/login/index?key=FUJICA97 invoiceUrl: http://mops-test.fujica.com.cn/v3/login/index?key=FUJICA97&redictType=18