reductionservice-test.yaml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. server:
  2. port: 10007
  3. servlet:
  4. encoding:
  5. charset: UTF-8
  6. force: true
  7. context-path: /reduction
  8. compression:
  9. enabled: true #开启数据压缩
  10. mime-types: application/json,application/xml,text/html,text/xml,text/plain
  11. min-response-size: 2048
  12. logging:
  13. file:
  14. path: log/wookit
  15. level:
  16. root: info
  17. "[javax.management]": INFO
  18. "[org.apache.http]": INFO
  19. "[org.apache.tomcat.util.net.NioEndpoint]": INFO
  20. "[sun.rmi]": INFO
  21. "[com.alibaba.nacos]": ERROR
  22. tracer: trace # 开启trace级别日志,在开发时可以开启此配置,则控制台可以打印es全部请求信息及DSL语句,为了避免重复,开启此项配置后,可以将EE的print-dsl设置为false.
  23. spring:
  24. application:
  25. name: reductionservice
  26. cloud:
  27. gateway:
  28. discovery:
  29. locator:
  30. lower-case-service-id: true
  31. enabled: true
  32. nacos:
  33. discovery:
  34. server-addr: 192.168.2.92:8848
  35. namespace: 49ab56f7-3752-4c43-a935-a1d4024eb82b
  36. redis:
  37. host: 192.168.2.92 #Redis服务器地址
  38. database: 6 # Redis数据库索引(默认为0)
  39. port: 6379 # Redis服务器连接端口
  40. password: Fjc@2025 # Redis服务器连接密码(默认为空)
  41. jedis:
  42. pool:
  43. max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
  44. max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
  45. max-idle: 8 # 连接池中的最大空闲连接
  46. min-idle: 0 # 连接池中的最小空闲连接
  47. datasource:
  48. url: jdbc:mysql://192.168.2.93:3306/test_reductionservice?useSSL=false&serverTimezone=GMT%2b8
  49. username: fujica
  50. password: Fjc@2025
  51. type: com.zaxxer.hikari.HikariDataSource
  52. driver-class-name: com.mysql.cj.jdbc.Driver
  53. validation-timeout: 3000
  54. idle-timeout: 60000
  55. minimum-idle: 30
  56. read-only: false
  57. connection-timeout: 60000 #请求连接的超时时间
  58. maximum-pool-size: 1000 #最大连接数量
  59. max-lifetime: 1800000 #连接的最长生命周期
  60. connection-test-query: select 1 #连接验证sql
  61. jackson:
  62. time-zone: GMT+8
  63. date-format: yyyy-MM-dd HH:mm:ss
  64. default-property-inclusion: NON_NULL
  65. serialization:
  66. WRITE_DATES_AS_TIMESTAMPS: false
  67. fail-on-empty-beans: false
  68. #指定mybatis映射文件的地址
  69. mybatis:
  70. mapper-locations: classpath*:mapper/*.xml
  71. configuration:
  72. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  73. pagehelper:
  74. reasonable: false
  75. pageSizeZero: false
  76. defaultCount: true
  77. async:
  78. corePoolSize: 5
  79. maxPoolSize: 10
  80. queueCapacity: 20
  81. namePrefix: async-service-
  82. rocketmq:
  83. name-server: 192.168.16.20:9876;192.168.16.21:9876;192.168.16.22:9876
  84. producer:
  85. group: fujica-producer
  86. topic:
  87. topicDcEventAdd: topic_dc_event_add_test
  88. topicDcEventUpdate: topic_dc_service_update_test
  89. topicDcEventBatchAdd: topic_dc_event_batch_add_test
  90. topicPayRefund: topic_pay_refund_create_test
  91. voidByCarInId: void_by_car_in_id_test
  92. consumer:
  93. topic:
  94. parkCarAuthResult: park_car_auth_result_test
  95. payResult: topic_pay_result_sync_merchant_test
  96. topicExPushParkIn: ex_park_in_data_test
  97. topicExPushParkOut: ex_park_out_data_test
  98. parkPromotionRecordResult: park_promotion_record_result_test
  99. voidByCarInId: void_by_car_in_id_test
  100. group:
  101. parkCarAuthResult: park_car_auth_result_test
  102. payResult: pay_result_sync_merchant_test
  103. topicExPushParkIn: rd_ex_park_in_data_test
  104. topicExPushParkOut: rd_ex_park_out_data_test
  105. parkPromotionRecordResult: park_promotion_record_result_test
  106. voidByCarInId: void_by_car_in_id_test
  107. qrcode:
  108. pageurl: http://v2test-fspark.fujica.com.cn/#/qrCode
  109. #特来电
  110. telaidian:
  111. operatorID: 395815801
  112. operatorSecret: 1234567890abcdef
  113. sigSecret: 1234567890abcdef
  114. dataSecret: 1234567890abcdef
  115. dataSecretIV: 1234567890abcdef
  116. operatorIDForPark: 0MA5FPQLY
  117. mainUrl: http://hlht.teld9.xyz/evcs/v20191230
  118. accessToken: kVnStIRknCCOBdXgJrmu8rb3pcccifKW2NcQrysKKIzb7iQBxkkjeq3WoGdjgrIL
  119. #小桔充电
  120. xiaoju:
  121. signKey: 6d505fb04c0d495c8712fa4d5c972434
  122. appKey: ig/vFInn02swHPMZccuf1QyH6iWm8sZZkMwXqelnEFQ=
  123. appSecret: tKLXRx9h9i4jpMHGgbQYVtFl34QSkt8I3Gf7RDpUDEw=
  124. apiUrl: https://gw.am.xiaojukeji.com/parking/gateway/standardModel/pushWaiverResult
  125. xxl:
  126. job:
  127. admin:
  128. addresses: http://192.168.2.92:8089/xxl-job-admin
  129. executor:
  130. appname: reductionservice
  131. address:
  132. port: 9999
  133. logretentiondays: 30
  134. accessToken: default_token