server: port: 10010 servlet: encoding: charset: UTF-8 force: true context-path: /sys 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: systemservice cloud: gateway: discovery: locator: lower-case-service-id: true enabled: true nacos: discovery: server-addr: 10.16.0.49:8848 namespace: 02f60846-3747-424e-a598-2ea9e66dfe87 redis: host: r-wz968zear8t0d8bkbg.redis.rds.aliyuncs.com #Redis服务器地址 database: 1 # Redis数据库索引(默认为0) port: 6379 # Redis服务器连接端口 password: yn8Vh85rxvtUPnqB # Redis服务器连接密码(默认为空) prefix: fsv2_pro jedis: pool: max-active: 100 # 连接池最大连接数(使用负值表示没有限制) max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) max-idle: 20 # 连接池中的最大空闲连接 min-idle: 10 # 连接池中的最小空闲连接 datasource: url: jdbc:mysql://rm-wz989u6pfs8lb7a22.mysql.rds.aliyuncs.com:3306/systemservice?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2b8 username: fujicaV2user password: BGbn4jP!mq4jxn@o4fQyp5*@ type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver validation-timeout: 3000 idle-timeout: 60000 minimum-idle: 30 read-only: false connection-timeout: 60000 #请求连接的超时时间 maximum-pool-size: 100 #最大连接数量 max-lifetime: 1800000 #连接的最长生命周期 connection-test-query: SELECT 1 # data: # mongodb: # uri: mongodb://fujica:Fujica123@10.0.3.221:31017/fujica_data_center?authSource=admin jwt: access-token-expire: 86400 access-token-secret: 123456 refresh-token-expire: 86400 refresh-token-secret: 123456 app-access-token-expire: 2592000 #爱泊客小程序、H5登录有效期(30天) mybatis: mapper-locations: classpath:/mapper/*.xml configuration: map-underscore-to-camel-case: true type-handlers-package: com.fujica.util # 阿里云OSS # 不同服务器地址不同 aliyun: oss: file: endpoint: https://oss-cn-shenzhen.aliyuncs.com keyid: LTAI5tALFygbdLmGw1VsDEVw keysecret: wVJnGaeR8hkxvdnjr2lIzAWlZGVxTG bucketname: forv2-prod feign: httpclient: enabled: true #开启feign连接池 max-connections: 100 max-connections-per-route: 50 client: config: default: connect-timeout: 2000 #默认连接超时时间 read-timeout: 8000 #默认请求超时时间 payCenterProxy: connect-timeout: 2000 #代理服务连接超时时间 read-timeout: 25000 #代理服务请求超时时 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 login: h5: allowChangeMobileCount: 1 #每天允许变更一次手机号 sms: code: SMS_468400780 length: 4 expireTime: 60 common: needVerifyCode: true password: sms: code: SMS_468630113 oss: baseUrl: http://192.168.12.131:8080/sys/file/redirect?ossKey= rocketmq: name-server: 10.16.0.48:9876 producer: group: fujica-producer topic: topicDcEventAdd: topic_dc_event_add_pro topicDcEventBatchAdd: topic_dc_event_batch_add_pro topicSysCustomerSync: topic_sys_customer_sync_pro topicProjectOnlineStatus: topic_project_online_status_pro orgSync: sys_org_sync_pro delOrgSync: sys_del_org_sync_pro customerSync: sys_customer_sync_pro delCustomerSync: sys_del_customer_sync_pro areSync: sys_area_sync_pro delAreaSync: sys_del_area_sync_pro consumer: topic: sysAreaBatchDelete: sys_area_batch_delete_pro sysAreaBatch: sys_area_batch_pro sysArea: sys_area_pro sysCustomerBatchDelete: sys_customer_batch_delete_pro sysCustomerBatch: sys_customer_batch_pro sysCustomer: sys_customer_pro sysOrgBatchDelete: sys_org_batch_delete_pro sysOrgBatch: sys_org_batch_pro sysOrg: sys_org_pro mqttOnlineStatus: mqtt_push_data_pro bindMemberOpenId: topic_bind_member_openid_pro statReplace: stat_replace_pro statMerge: stat_merge_pro externalCallback: vms_external_callback_pro sysCardCompanyParkRelation: sys_card_company_park_relation_pro group: sysAreaBatchDelete: sys_area_batch_delete_pro sysAreaBatch: sys_area_batch_pro sysArea: sys_area_pro sysCustomerBatchDelete: sys_customer_batch_delete_pro sysCustomerBatch: sys_customer_batch_pro sysCustomer: sys_customer_pro sysOrgBatchDelete: sys_org_batch_delete_pro sysOrgBatch: sys_org_batch_pro sysOrg: sys_org_pro mqttOnlineStatus: mqtt_online_status_pro bindMemberOpenId: topic_bind_member_openid_pro statReplace: stat_replace_pro statMerge: stat_merge_pro externalCallback: vms_external_callback_pro sysCardCompanyParkRelation: sys_card_company_park_relation_pro async: thread-pool: sys: core-pool-size: 2 max-pool-size: 2 queue-capacity: 1000 name-prefix: sys member: plate: limit: 10 #会员最多允许添加车辆数