| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- 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: 192.168.2.92:8848
- namespace: 49ab56f7-3752-4c43-a935-a1d4024eb82b
- redis:
- host: 192.168.2.92 #Redis服务器地址
- database: 1 # 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://119.23.214.109:30336/31.fsboxcloud?useSSL=false
- url: jdbc:mysql://192.168.2.93:3306/test_systemservice?useSSL=false&serverTimezone=GMT%2b8
- username: fujica
- password: Fjc@2025
- # data:
- # mongodb:
- # uri: mongodb://root:FJc123456!%40%23%26@dds-wz92ac81710b54241.mongodb.rds.aliyuncs.com:3717,dds-wz92ac81710b54242.mongodb.rds.aliyuncs.com:3717/fujica_data_center?replicaSet=mgset-77298810&authSource=admin
- jwt:
- access-token-expire: 3600000
- access-token-secret: 123456
- refresh-token-expire: 3600000
- 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: fsbase
- feign:
- httpclient:
- enabled: true #开启feign连接池
- max-connections: 100
- max-connections-per-route: 50
- client:
- config:
- default:
- connect-timeout: 2000 #默认连接超时时间
- read-timeout: 2000 #默认请求超时时间
- 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: 3 #每天允许变更一次手机号
- sms:
- code: SMS_468400780
- length: 4
- expireTime: 60
- common:
- needVerifyCode: false
- password:
- sms:
- code: SMS_468630113
- oss:
- baseUrl: http://192.168.12.131:8080/sys/file/redirect?ossKey=
- 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
- topicSysCustomerSync: topic_sys_customer_sync_test
- topicProjectOnlineStatus: topic_project_online_status_test
- orgSync: sys_org_sync_test
- delOrgSync: sys_del_org_sync_test
- customerSync: sys_customer_sync_test
- delCustomerSync: sys_del_customer_sync_test
- areSync: sys_area_sync_test
- delAreaSync: sys_del_area_sync_test
- topicProjectInfo: topic_project_info_test
- topicUserVirtualPlateSync: userVirtualPlateSync_test
- consumer:
- topic:
- sysAreaBatchDelete: sys_area_batch_delete_test
- sysAreaBatch: sys_area_batch_test
- sysCustomerBatchDelete: sys_customer_batch_delete_test
- sysCustomerBatch: sys_customer_batch_test
- sysOrgBatchDelete: sys_org_batch_delete_test
- sysOrgBatch: sys_org_batch_test
- mqttOnlineStatus: mqtt_push_data_test
- bindMemberOpenId: topic_bind_member_openid_test
- statReplace: stat_replace_test
- statMerge: stat_merge_test
- externalCallback: vms_external_callback_test
- sysCardCompanyParkRelation: sys_card_company_park_relation_test
- group:
- sysAreaBatchDelete: sys_area_batch_delete_test
- sysAreaBatch: sys_area_batch_test
- sysCustomerBatchDelete: sys_customer_batch_delete_test
- sysCustomerBatch: sys_customer_batch_test
- sysOrgBatchDelete: sys_org_batch_delete_test
- sysOrgBatch: sys_org_batch_test
- mqttOnlineStatus: mqtt_online_status_test
- bindMemberOpenId: topic_bind_member_openid_test
- statReplace: stat_replace_test
- statMerge: stat_merge_test
- externalCallback: vms_external_callback_test
- sysCardCompanyParkRelation: sys_card_company_park_relation_test
- async:
- thread-pool: #为@Async功能配置的线程池
- sys: #系统服务通用线程池
- core-pool-size: 2
- max-pool-size: 10
- queue-capacity: 1000
- name-prefix: sys
- member:
- plate:
- limit: 10 #会员最多允许添加车辆数
|