| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- server:
- port: 10007
- servlet:
- encoding:
- charset: UTF-8
- force: true
- context-path: /reduction
- 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: reductionservice
- 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: 6 # Redis数据库索引(默认为0)
- port: 6379 # Redis服务器连接端口
- password: yn8Vh85rxvtUPnqB # Redis服务器连接密码(默认为空)
- 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/reductionservice?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: 200 #最大连接数量
- max-lifetime: 1800000 #连接的最长生命周期
- connection-test-query: select 1 #连接验证sql
-
- jackson:
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
- default-property-inclusion: NON_NULL
- serialization:
- WRITE_DATES_AS_TIMESTAMPS: false
- fail-on-empty-beans: false
- #指定mybatis映射文件的地址
- mybatis:
- mapper-locations: classpath*:mapper/*.xml
- #特来电
- telaidian:
- operatorID: 395815801
- operatorSecret: WJLl3phtlBNBak0p
- sigSecret: LvbyJyrAoXOvWCBL
- dataSecret: 5QHCkDEXRAvVRkNZ
- dataSecretIV: OHIAiIXYIvPivFSM
- operatorIDForPark: 760481427
- mainUrl: https://hlht.teld.cn/evcs/v20161110
- accessToken: kVnStIRknCCOBdXgJrmu8rb3pcccifKW2NcQrysKKIzb7iQBxkkjeq3WoGdjgrIL
- #小桔充电
- xiaoju:
- signKey: 6d505fb04c0d495c8712fa4d5c972434
- appKey: ig/vFInn02swHPMZccuf1QyH6iWm8sZZkMwXqelnEFQ=
- appSecret: tKLXRx9h9i4jpMHGgbQYVtFl34QSkt8I3Gf7RDpUDEw=
- apiUrl: https://gw.am.xiaojukeji.com/parking/gateway/standardModel/pushWaiverResult
- #特斯拉
- tesla:
- apiUrl: 123
- publicKey: 123123
- preferredUsername: 123
-
- #星星充电
- star:
- operatorID: 313744932
- mainUrl: http://parking.ccchong.com/parking/
- pushResultUrl: query_parking_discount_result
- queryResultUrl: query_parking_charge_result
-
- pagehelper:
- reasonable: false
- pageSizeZero: false
- defaultCount: true
- async:
- corePoolSize: 5
- maxPoolSize: 10
- queueCapacity: 20
- namePrefix: async-service-
- 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
- topicPayRefund: topic_pay_refund_create_pro
- topicDcEventUpdate: topic_dc_service_update_pro
- consumer:
- topic:
- parkCarAuthResult: park_car_auth_result_pro
- payResult: topic_pay_result_sync_merchant_pro
- topicExPushParkIn: ex_park_in_data_pro
- topicExPushParkOut: ex_park_out_data_pro
- parkPromotionRecordResult: park_promotion_record_result_pro
- group:
- parkCarAuthResult: park_car_auth_result_pro
- payResult: pay_result_sync_merchant_pro
- topicExPushParkIn: rd_ex_park_in_data_pro
- topicExPushParkOut: rd_ex_park_out_data_pro
- parkPromotionRecordResult: park_promotion_record_result_pro
- qrcode:
- pageurl: https://fsp.fujica.com.cn/#/qrCode
- 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 #代理服务请求超时时
|