server: port: 10009 servlet: encoding: charset: UTF-8 force: true context-path: /card 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 tracer: trace # 开启trace级别日志,在开发时可以开启此配置,则控制台可以打印es全部请求信息及DSL语句,为了避免重复,开启此项配置后,可以将EE的print-dsl设置为false. spring: application: name: cardservice 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 redis: host: 192.168.2.92 #Redis服务器地址 database: 8 # Redis数据库索引(默认为0) port: 6379 # Redis服务器连接端口 password: Fjc@2025 # Redis服务器连接密码(默认为空) prefix: fsv2_test jedis: pool: max-active: 8 # 连接池最大连接数(使用负值表示没有限制) max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) max-idle: 8 # 连接池中的最大空闲连接 min-idle: 0 # 连接池中的最小空闲连接 datasource: url: jdbc:mysql://192.168.2.93:3306/test_cardservice?useSSL=false&serverTimezone=GMT%2b8 username: fujica password: Fjc@2025 #指定mybatis映射文件的地址 mybatis: mapper-locations: classpath:mapper/*.xml configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl rocketmq: name-server: 192.168.16.20:9876;192.168.16.21:9876;192.168.16.22:9876 producer: group: fujica-producer topic: topicDcEventAdd: topic_dc_event_add_test topicDcEventBatchAdd: topic_dc_event_batch_add_test topicPayRefund: topic_pay_refund_create_test cardEnterpriseParkRelationSync: sys_card_company_park_relation_test topicDcServiceBatchUpdate: topic_dc_service_batch_update_test deviceCommand: parkauth_device_command_test consumer: topic: parkcardblacksheet: park_card_black_sheet_test parkcardlongleasecancel: park_card_long_lease_cancel_test parkcardlongleaseunfreeze: park_card_long_lease_unfreeze_test parkcardlongleasechange: park_card_long_lease_change_test parkcardlongleaserefund: park_card_long_lease_refund_test parkcardlongleaserenew: park_card_long_lease_renew_test parkcardlongleasefreeze: park_card_long_lease_freeze_test parkcardlongleaseinfo: park_card_long_lease_info_test parkcardtypeinfo: park_card_Billing_rule_test payresult: topic_pay_result_sync_card_test sysCustomerSync: topic_sys_customer_sync_test storedValueAccount: park_stored_value_account_test storedRechargeRecord: park_stored_value_recharge_test storedRefundRecord: park_stored_value_refund_test storedCancelRecord: park_stored_value_cancel_test storedConsumeRecord: park_stored_value_comsume_test storedPayResult: topic_pay_result_sync_stored_test group: parkcardblacksheet: park_card_black_sheet_test parkcardlongleasecancel: park_card_long_lease_cancel_test parkcardlongleaseunfreeze: park_card_long_lease_unfreeze_test parkcardlongleasechange: park_card_long_lease_change_test parkcardlongleaserefund: park_card_long_lease_refund_test parkcardlongleaserenew: park_card_long_lease_renew_test parkcardlongleasefreeze: park_card_long_lease_freeze_test parkcardlongleaseinfo: park_card_long_lease_info_test parkcardtypeinfo: park_card_Billing_rule_test payresult: topic_pay_result_sync_card_test sysCustomerSync: topic_sys_customer_sync_test storedValueAccount: park_stored_value_account_test storedRechargeRecord: park_stored_value_recharge_test storedRefundRecord: park_stored_value_refund_test storedCancelRecord: park_stored_value_cancel_test storedConsumeRecord: park_stored_value_comsume_test storedPayResult: topic_pay_result_sync_stored_test feign: httpclient: enabled: true #开启feign连接池 max-connections: 100 max-connections-per-route: 50 client: config: default: connect-timeout: 1000 #默认连接超时时间 read-timeout: 5000 #默认请求超时时间 async: thread-pool: #为@Async功能配置的线程池 common: #卡服务通用线程池 core-pool-size: 1 max-pool-size: 1 queue-capacity: 100 name-prefix: card xxl: job: admin: addresses: http://192.168.2.92:8089/xxl-job-admin executor: appname: cardservice address: port: 9999 logretentiondays: 30 accessToken: default_token month-card: bloom-filter: rebuild-on-startup: true