application.yml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. server:
  2. port: 1203
  3. logging:
  4. level:
  5. org.springframework: INFO
  6. com.ssm: DEBUG
  7. spring:
  8. application:
  9. name: shop-recycle-order-service
  10. datasource:
  11. type: com.zaxxer.hikari.HikariDataSource
  12. driver-class-name: com.mysql.cj.jdbc.Driver
  13. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  14. username: root
  15. password: Fxjxtdacf8f_a3d_202600104d6c_41
  16. hikari:
  17. connection-timeout: 30000
  18. maximum-pool-size: 220
  19. minimum-idle: 1
  20. main:
  21. allow-bean-definition-overriding: true
  22. cloud:
  23. nacos:
  24. discovery:
  25. server-addr: ${nacos.service-address}:${nacos.port}
  26. service: ${spring.application.name} # 当前服务的名称,默认为 ${spring.application.name}
  27. weight: 1 # 服务的权重,取值[1, 100],默认为1
  28. # redis:
  29. # port: 6379
  30. # database: 15
  31. # password: 3sm_redis
  32. # host: redis.bak.com
  33. redis:
  34. sentinel:
  35. master: mymaster
  36. nodes:
  37. - redis.jxfx1.com:27000
  38. - redis.jxfx2.com:27000
  39. - redis.jxfx3.com:27000
  40. password: 3sm_redis
  41. database: 15
  42. rabbitmq:
  43. host: mq.bak.com
  44. #host: 172.21.172.170
  45. #host: 172.21.172.172
  46. port: 5672
  47. username: guest
  48. password: guest
  49. virtualHost: shop-recycle-order-image
  50. mongodb:
  51. database: recycle
  52. host: mg.bak.com
  53. port: 27017
  54. # username: root
  55. # password: '123456'
  56. dubbo:
  57. application:
  58. name: ${spring.application.name}
  59. provider: # 作为提供者的配置
  60. registry: # 单注册中心
  61. address: nacos://${nacos.service-address}:${nacos.port}
  62. filter: tracing
  63. consumer:
  64. filter: tracing
  65. protocol:
  66. name: dubbo
  67. port: 2022
  68. dubbo:
  69. payload: 41457280
  70. mybatis-plus:
  71. mapper-locations: classpath:/mapper/*Mapper.xml
  72. global-config:
  73. id-type: 0
  74. field-strategy: 0
  75. db-column-underline: true
  76. logic-delete-value: 1
  77. logic-not-delete-value: 0
  78. configuration:
  79. map-underscore-to-camel-case: true
  80. cache-enabled: false
  81. jdbc-type-for-null: null
  82. nacos:
  83. service-address: nacos.bak.com
  84. port: 8848
  85. swagger:
  86. show : true
  87. seata:
  88. enabled: true
  89. application-id: shop-recycle-store-wechat-web
  90. tx-service-group: my_test_tx_group
  91. config:
  92. type: nacos
  93. nacos:
  94. namespace:
  95. serverAddr: nacos.bak.com:8848
  96. group: SEATA_GROUP
  97. userName: "nacos"
  98. password: "nacos"
  99. registry:
  100. type: nacos
  101. nacos:
  102. application: seata-server
  103. server-addr: nacos.bak.com:8848
  104. namespace:
  105. userName: "nacos"
  106. password: "nacos"
  107. dinglin:
  108. appid : '100302'
  109. appsecret : '69FA0CC17AC3428B9B8C8C0941E54347'
  110. version : 'v1'
  111. company : 'fx'
  112. basic-url : 'https://www.cddltx.com/_BusinessApi/v1/openapi'
  113. order-pay: '/OrderPay'
  114. sf-deliver-tm : '/Order_SFdeliverTm'
  115. sf-cancel : '/CanceOrder'
  116. sf-schedule : '/Schedule'
  117. sf-route-query : '/Order_SFRouteQuery'
  118. jd-deliver-tm : '/queryEstimatedFreights'
  119. jd-cancel : '/CancelJDOrder'
  120. jd-route-query : '/Order_JDRouteQuery'
  121. order-detail : '/OrderDetail'
  122. #cxh:
  123. # host: https://openapi.zhuanzhuan.com
  124. # hostOpenapi: https://openapi.zhuanzhuan.com
  125. # authorizeUrl: ${cxh.hostOpenapi}/authorize
  126. # refreshTokenUrl: ${cxh.hostOpenapi}/refreshToken
  127. # pushHighestOfferUrl: ${cxh.host}/open/router/hunter/pushHighestOffer
  128. # pushReceivingNoticeUrl: ${cxh.host}/open/router/hunter/pushReceivingNotice
  129. # clientId: 514e7a70-1e5a-4aa7-8e57-aa30d81536ed
  130. # clientSecret: ce03ec04-c612-4a48-b86b-a98031f38dd6
  131. # pushBargainPriceUrl: ${cxh.host}/open/router/hunter/pushBargainPrice
  132. # hostBuy: https://openapi.zhuanzhuan.com
  133. # hostOpenapiBuy: https://openapi.zhuanzhuan.com
  134. # authorizeUrlBuy: ${cxh.hostOpenapiBuy}/authorize
  135. # refreshTokenUrlBuy: ${cxh.hostOpenapiBuy}/refreshToken
  136. # saveOrderUrl: ${cxh.hostBuy}/open/router/hunter/applyForSell
  137. #agreeOrRejectUrl: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrder
  138. # queryPayStateUrl: ${cxh.hostBuy}/open/router/hunter/queryPayStateByOrderId
  139. #clientIdBuy: fc056817-6b19-4c04-b14b-85af76eaf8f0
  140. #clientSecretBuy: caed41ed-84f8-4596-8994-dc2159d2df2b
  141. #uid: 446156814355539840
  142. # warehouseId: 20230215000002
  143. #returnAddressId: 1631566868135284746
  144. # saveOrderUrl: ${cxh.hostBuy}/open/router/hunter/applyForSellV2
  145. # agreeOrRejectUrl: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrderV2
  146. # clientIdBuy: d5b3b998-7776-4d74-8058-c0c417cce4ae
  147. # clientSecretBuy: c9f79f44-e269-4cae-9515-66d9ebf836b4
  148. #uid: 1612760766012168064 #代卖身份
  149. #returnAddressId: 1642891625552155213 #退货地址id
  150. # uid: 1704072960232663424
  151. # returnAddressId: 1713798699739517962
  152. # uid2: 446156814355539840
  153. # saveOrderUrlOld: ${cxh.hostBuy}/open/router/hunter/applyForSell
  154. # agreeOrRejectUrlOld: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrder
  155. # clientIdBuyOld: d5b3b998-7776-4d74-8058-c0c417cce4ae
  156. # clientSecretBuyOld: c9f79f44-e269-4cae-9515-66d9ebf836b4
  157. # uidOld: 446156814355539840
  158. # returnAddressIdOld: 1631566868135284746
  159. # version: new
  160. cxh:
  161. host: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com
  162. hostOpenapi: https://openapi-sandboxzczzcz.sand-wan.zhuanzhuan.com
  163. authorizeUrl: ${cxh.hostOpenapi}/authorize
  164. refreshTokenUrl: ${cxh.hostOpenapi}/refreshToken
  165. pushHighestOfferUrl: ${cxh.host}/open/router/hunter/pushHighestOffer
  166. pushReceivingNoticeUrl: ${cxh.host}/open/router/hunter/pushReceivingNotice
  167. clientId: 88830527-2bca-4904-8aa0-47d43a630fba
  168. clientSecret: ba38ccd2-8470-42b0-8e37-7ba5cc2d0078
  169. pushBargainPriceUrl: ${cxh.host}/open/router/hunter/pushBargainPrice
  170. hostBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com
  171. hostOpenapiBuy: http://openapi-fxagency.test-wan.zhuanzhuan.com
  172. authorizeUrlBuy: ${cxh.hostOpenapiBuy}/authorize
  173. refreshTokenUrlBuy: ${cxh.hostOpenapiBuy}/refreshToken
  174. saveOrderUrl: ${cxh.hostBuy}/open/router/hunter/applyForSellV2
  175. agreeOrRejectUrl: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrderV2
  176. queryPayStateUrl: ${cxh.hostBuy}/open/router/hunter/queryPayStateByOrderId
  177. clientIdBuy: 5a23972c-b357-4e7f-a571-c5ac0f5c49e5
  178. clientSecretBuy: 20da1539-cb4f-4fab-8754-236c7931493b
  179. uid: 258448128059820544
  180. warehouseId: 43898636712455
  181. returnAddressId: 1684842881086392387
  182. saveOrderUrlOld: ${cxh.hostBuy}/open/router/hunter/applyForSell
  183. agreeOrRejectUrlOld: ${cxh.hostBuy}/open/router/hunter/confirmOrCancelOrder
  184. clientIdBuyOld: 0f795a81-9b5a-4a7e-8220-eacd9cdcde0b
  185. clientSecretBuyOld: d2176329-4faf-4616-9075-0b05695ab69f
  186. uidOld: 330898749679326080
  187. returnAddressIdOld: 1505364347633796099
  188. version: old
  189. lb:
  190. host: https://ecp.xrxyshop.com
  191. pushHighestOfferUrl: ${lb.host}/terminal/recoveryBid.do
  192. pushReceivingNoticeUrl: ${lb.host}/terminal/recoveryOfGoodsReceived.do
  193. getExpressNoUrl: ${lb.host}/terminal/getLogisticsComparison.do
  194. sign: 16cc2d348ee943e9ea563c74612b8686
  195. sign2: 26cc2d348ee943e9ea563c74612b8686
  196. lbmap:
  197. map:
  198. lb:
  199. sign: oGGlA6bEgqzcWVoxPEKDBoPFqoV0
  200. lb2:
  201. sign: oG6IA6bEKqzcAPoxPVbBWoPFd8R6
  202. lb2lb3:
  203. sign: oAAla6begOPcWjoxP5yDBu9TqQV0
  204. tencent-cloud:
  205. secretId: 60kIeniT4Ur5BFDzXs0vSsDOWejfP0NX
  206. secretKey: AKIDMbdS7ZoskRvFOPDpvugEZifQ0PbcR5Yo
  207. cosBucketName: 0791ncfxtd-1390340169
  208. region: ap-shanghai