application-dev.yml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. server:
  2. port: 8848
  3. #UPLOAD FILE 上传文件
  4. upload:
  5. #文件存储磁盘
  6. disk: D://sopFile/
  7. datasource:
  8. master:
  9. type: com.alibaba.druid.pool.DruidDataSource
  10. url: jdbc:mysql://192.168.3.5:3306/factoring_trade_v4_20240620?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
  11. username: root
  12. password: root
  13. driver-class-name: com.mysql.cj.jdbc.Driver
  14. initialSize: 5
  15. minIdle: 5
  16. maxActive: 20
  17. maxWait: 60000
  18. timeBetweenEvictionRunsMillis: 60000
  19. validationQuery: SELECT 1
  20. testWhileIdle: true
  21. testOnBorrow: false
  22. testOnReturn: false
  23. poolPreparedStatements: true
  24. maxPoolPreparedStatementPerConnectionSize: 20
  25. filters: stat
  26. connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
  27. #LOG
  28. logging:
  29. level:
  30. com.inkasso: debug
  31. config: classpath:logback-spring.xml
  32. #Redis缓存服务配置
  33. spring:
  34. # http:
  35. # multipart:
  36. # max-file-size: 100MB 此处不生效 在 启动类里配置
  37. # max-request-size: 120MB
  38. main:
  39. allow-circular-references: true #允许循环引用
  40. #邮箱服务器配置
  41. mail:
  42. host: smtp.mxhichina.com
  43. port: 465
  44. username: test@changan-inkasso.com
  45. password: aliMail!
  46. protocol: smtp
  47. test-connection: true
  48. default-encoding: UTF-8
  49. properties:
  50. mail.smtp.auth: true
  51. mail.smtp.starttls.enable: true
  52. mail.smtp.starttls.required: true
  53. mail.smtp.ssl.enable: true
  54. from: test@changan-inkasso.com
  55. #Redis缓存服务配置
  56. redis:
  57. #最大连接数
  58. maxTotal: 100
  59. #最小空闲连接数
  60. maxIdle: 0
  61. #每次逐出检查时 逐出的最大数目
  62. numTestsPerEvictionRun: 20
  63. #对象空闲多久后逐出
  64. softMinEvictableIdleTimeMillis: 10000
  65. #逐出连接的最小空闲时间
  66. minEvictableIdleTimeMillis: 1800000
  67. #逐出扫描的时间间隔(毫秒)
  68. timeBetweenEvictionRunsMillis: 30000
  69. #连接时的最大等待毫秒数
  70. maxWaitMillis: 2000
  71. #在获取连接的时候检查有效性
  72. testOnBorrow: true
  73. #在空闲时检查有效性
  74. testWhileIdle: true
  75. #服务地址
  76. url: 127.0.0.1
  77. #端口(redis默认6379端口,如本地redis.conf文件未改动端口号,无需修改)
  78. port: 6379
  79. #数据库索引号
  80. indexDB: 0
  81. kafubao:
  82. rateLimiter: 50000
  83. limiterTime: 5
  84. maxTenantSize: 50 #个人可认证的的最大企业个数
  85. file:
  86. resourcePath: /upload/**
  87. storagePath: D://kafubaoFile//
  88. not-login:
  89. url:
  90. - login/weixin/* #微信登录
  91. - login/fastRegister #微信快速注册
  92. - entitygenerator/* #代码生成器
  93. - entitygenerator/*/* #代码生成器
  94. - entitygenerator/*/*/* #代码生成器
  95. - codegenerator #代码生成器
  96. - codegenerator/*/*
  97. - login/userLogin #pc管理端登录
  98. - user/register #用户注册
  99. - common/sms/verification #发送验证码
  100. - purchContract/confirm/doAuth #法大大回调接口
  101. - user/reSetPassword #找回密码
  102. - businessconsulting/businessconsulting #联系我们
  103. - system/fileStorage/preview #预览
  104. - department/findAll #查询省市区
  105. - flowable/processDefinition/viewImg
  106. authentication: true
  107. freeNum: 1
  108. seata:
  109. enabled: true
  110. application-id: seata-test-service
  111. tx-service-group: seata-trade-c-test-service-group
  112. service:
  113. vgroup-mapping:
  114. seata-trade-c-test-service-group: my_dev_group
  115. grouplist:
  116. my_dev_group: 139.224.194.150:8097
  117. config:
  118. type: file
  119. registry:
  120. type: file
  121. enable-auto-data-source-proxy: true
  122. codegeneration:
  123. filePath: D:/codegeneration
  124. fdd:
  125. contractUrl: "http://192.168.125.194:8888/#/register"
  126. caykCustomId: "8210513B14FE854DF1061E2D54665AF9"
  127. yhrzzpCustomId: "2291B7F84D6340530A5469FB6FC15BF3"
  128. registerUrl: "http://localhost:8870/fdd/accountRegister"
  129. authUrl: "http://localhost:8870/fdd/getAuthAddress/sop"
  130. removeAuthInfoUrl: "http://localhost:8870/fdd/removeAuthInfoUrl"
  131. authUrlV3: "http://localhost:8870/fdd/v3/getAuthAddress"
  132. authUrlV3PersonalFaceRecognition: "http://localhost:8870/fdd/v3/getAuthAddress/face/recognition"
  133. uploadContractUrl: "http://localhost:8870/fdd/uploadContract"
  134. batchSignUrl: "http://localhost:8870/fdd/manualBatchSign"
  135. batchSignUrlSearchLocation: "http://localhost:8870/fdd/manualBatchSign/searchLocation"
  136. authSignUrl: "http://localhost:8870/fdd/autoSign"
  137. downloadContractUrl: "http://localhost:8870/fdd/downloadContract"
  138. filedContractUrl: "http://localhost:8870/fdd/contractFiled"
  139. beforeAutoSignUrl: "http://localhost:8870/fdd/before_autoSign"
  140. shortUrl: "http://localhost:8870/fdd/short_url"
  141. reportUrl: "http://localhost:8870/fdd/compliance_contract_report"
  142. authInfoUrl: "http://localhost:8870/fdd/getAuthInfo"
  143. getAuthInfoDetail: "http://localhost:8870/fdd/getAuthInfoDetail"
  144. signInfoUrl: "http://localhost:8870/fdd/getSignInfo"
  145. sop:
  146. getBusinessByKeyWordUrl: http://localhost:8868/api/trade/findBusinessName
  147. comprehensiveRiskInvestigationUrl: http://localhost:8868/api/trade/comprehensiveRiskInvestigation
  148. judgmentDocumentsUrl: http://localhost:8868/api/trade/judgmentDocuments
  149. dongjiangaoRisksUrl: http://localhost:8868/api/trade/dongjiangaoRisk
  150. pubStockUrl: http://localhost:8868/api/trade/pubStock
  151. addBusinessUrl: http://localhost:8868/api/trade/addBusiness
  152. sixSearchUrl: http://localhost:8868/api/trade/sixSearch
  153. twoSearchUrl: http://localhost:8868/api/trade/twoSearch
  154. getChangesUrl: http://localhost:8868/api/trade/getChanges
  155. getBusinesssScoreUrl: http://localhost:8868/api/trade/getBusinesssScore
  156. synchronizeInformation: http://localhost:8868/sys/customer/synchronize/information
  157. getEnterpriseAreaUrl: http://localhost:8868/api/trade/getEnterpriseArea
  158. viewLatestPlanUrl: http://localhost:8868/api/payColl/viewLatestPlan
  159. judgeCustomerGradeUrl: http://localhost:8868/api/judgeCustomerGrade
  160. getReturnedPrincipalByBusinessNo: http://localhost:8868/api/trade/getReturnedPrincipalByBusinessNo
  161. getEnterpriseDetail: http://localhost:8868/api/trade/getEnterpriseDetail
  162. partnerList: http://localhost:8868/api/trade/partnerList
  163. actualControl: http://localhost:8868/api/trade/actualControl
  164. beneficialOwner: http://localhost:8868/api/trade/beneficialOwner
  165. trade:
  166. biddingManagementStartProcessUrl: http://localhost:8888/api/biddingManagement/startProcess
  167. biddingManagementHandleProcessUrl: http://localhost:8888/api/biddingManagement/handleProcess
  168. supplierStartProcessUrl: http://localhost:8888/api/supplier/startProcess
  169. completeVideoDueDiligenceAppointmentUrl: http://localhost:8888/api/supplier/completeVideoDueDiligenceAppointment
  170. startProjectProcessUrl: http://localhost:8888/api/startProjectProcess
  171. startProjectCoreEnterpriseProcessUrl: http://localhost:8888/api/startProjectCoreEnterpriseProcess
  172. electronicSignaturePersonFindByIdUrl: http://localhost:8888/electronic/signature/personal/findByIdForC
  173. billUnitPriceAdjust: http://localhost:8888/bill/unitPriceAdjust
  174. finalStatementsign: http://localhost:8888/bill/finalStatementsign
  175. getAcceptanceGoods: http://localhost:8888/bill/getAcceptanceGoods
  176. calculation: http://localhost:8888/bill/calculation
  177. downloadPdf: http://localhost:8888/bill/downloadPdf
  178. billAutoSign: http://localhost:8888/bill/autoSign
  179. addBillBasicInformation: http://localhost:8888/bill/addBillBasicInformation
  180. updateBillBasicInformation: http://localhost:8888/bill/c_updateBill
  181. addSaleInvoice: http://localhost:8888/saleInvoice/doAdd
  182. updateSaleInvoice: http://localhost:8888/saleInvoice/c_doUpdate
  183. getExpectedSettlementDate: http://localhost:8888/bill/getExpectedSettlementDate
  184. acceptanceStartProcessUrl: http://localhost:8888/api/acceptance/addAcceptance
  185. acceptanceUpdateDetailHandleProcessUrl: http://localhost:8888/api/acceptance/updateDetailHandleProcess
  186. acceptanceSignHandleProcessUrl: http://localhost:8888/api/acceptance/sign/handleProcess
  187. acceptanceAdjustStartProcessUrl: http://localhost:8888/api/acceptancePriceAdjust/startProcess
  188. acceptanceAdjustHandleProcessUrl: http://localhost:8888/api/acceptancePriceAdjust/handleProcess
  189. salesContractCreateUrl: http://localhost:8888/api/salesManagement/doCreate
  190. salesContractEnterUrl: http://localhost:8888/api/salesManagement/doEnter
  191. financingApplyUrl: http://localhost:8888/api/financing/startApply
  192. salesContractChangeAddUrl: http://localhost:8888/api/salesManagement/change/doChange
  193. salesContractChangeEnterUrl: http://localhost:8888/api/salesManagement/change/doEnter
  194. purchContractEnterUrl: http://localhost:8888/api/purchManagement/doEnter
  195. purchContractSelectGoodsUrl: http://localhost:8888/api/purchManagement/selectGoods
  196. salesContractUploadContractUrl: http://localhost:8888/api/salesManagement/uploadContract
  197. salesContractDoSignUrl: http://localhost:8888/api/salesManagement/doSign
  198. salesContractChangeUploadContractUrl: http://localhost:8888/api/salesManagement/change/uploadContract
  199. salesContractChangeDoSignUrl: http://localhost:8888/api/salesManagement/change/doSign
  200. salesContractChangeSignBackUrl: http://localhost:8888/api/salesManagement/change/signBack
  201. salesContractSignBackUrl: http://localhost:8888/api/salesManagement/signBack
  202. purchContractsignPageUrl: http://localhost:8888/api/purchManagement/signPage
  203. purchContractdoSignUrl: http://localhost:8888/api/purchManagement/doSign
  204. purchContractChangeEnterUrl: http://localhost:8888/api/purchManagement/change/handleProcess
  205. purchContractChangeSignPageUrl: http://localhost:8888/api/purchManagement/change/signPage
  206. purchContractChangeDoSignPageUrl: http://localhost:8888/api/purchManagement/change/doSign
  207. purchContractChangeSignGetViewUrl: http://localhost:8888/api/purchManagement/change/getView
  208. doBusinessHistoryView: http://localhost:8888/businessProcessingTask/doBusinessHistoryView
  209. salesContractSignViewUrl: http://localhost:8888/api/salesManagement/view
  210. salesContractChangeSignViewUrl: http://localhost:8888/api/salesManagement/change/view
  211. purchContractChangeSignBackUrl: http://localhost:8888/api/purchManagement/signType
  212. purchContractSignViewUrl: http://localhost:8888/api/purchManagement/view
  213. acceptanceContractSignBackUrl: http://localhost:8888/api/acceptance/signBack
  214. steelWaiterGoods: http://localhost:8888/api/steel/waiter/goods
  215. steelWaiterNumbers: http://localhost:8888/api/steel/waiter/billNumbers
  216. acceptanceDeleteUrl: http://localhost:8888/api/acceptance/deleteAcceptance
  217. contractSignConfirmSubmitUrl: http://localhost:8888/api/financing/editContractSignConfirm
  218. doBusinessCHistoryViewUrl: http://localhost:8888/api/businessProcessingTask/doBusinessCHistoryView
  219. getAllPurchSignFileUrl: http://localhost:8888/api/purchManagement/getAllPurchSignFile
  220. startCreditResolutionOld: http://localhost:8888/creditResolution/startProcessOld
  221. judgeCustomerExemptionMattersUrl: http://localhost:8888/api/judgeCustomerExemptionMatters
  222. bocomRegisterUrl: http://localhost:8888/api/bocom/register/process