application-dev.yml 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  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.6:3106/factoring_trade_v2_20230918?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: 10Mb
  37. max-request-size: 12Mb
  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. authentication: true
  101. freeNum: 1
  102. codegeneration:
  103. filePath: D:/codegeneration
  104. fdd:
  105. contractUrl: "http://192.168.125.194:8888/#/register"
  106. caykCustomId: "8210513B14FE854DF1061E2D54665AF9"
  107. yhrzzpCustomId: "2291B7F84D6340530A5469FB6FC15BF3"
  108. registerUrl: "http://192.168.3.6:8870/fdd/accountRegister"
  109. authUrl: "http://192.168.3.6:8870/fdd/getAuthAddress/sop"
  110. removeAuthInfoUrl: "http://192.168.3.6:8870/fdd/removeAuthInfoUrl"
  111. authUrlV3: "http://192.168.3.6:8870/fdd/v3/getAuthAddress"
  112. authUrlV3PersonalFaceRecognition: "http://192.168.3.6:8870/fdd/v3/getAuthAddress/face/recognition"
  113. uploadContractUrl: "http://192.168.3.6:8870/fdd/uploadContract"
  114. batchSignUrl: "http://192.168.3.6:8870/fdd/manualBatchSign"
  115. batchSignUrlSearchLocation: "http://192.168.3.6:8870/fdd/manualBatchSign/searchLocation"
  116. authSignUrl: "http://192.168.3.6:8870/fdd/autoSign"
  117. downloadContractUrl: "http://192.168.3.6:8870/fdd/downloadContract"
  118. filedContractUrl: "http://192.168.3.6:8870/fdd/contractFiled"
  119. beforeAutoSignUrl: "http://192.168.3.6:8870/fdd/before_autoSign"
  120. shortUrl: "http://192.168.3.6:8870/fdd/short_url"
  121. reportUrl: "http://192.168.3.6:8870/fdd/compliance_contract_report"
  122. authInfoUrl: "http://192.168.3.6:8870/fdd/getAuthInfo"
  123. getAuthInfoDetail: "http://192.168.3.6:8870/fdd/getAuthInfoDetail"
  124. signInfoUrl: "http://192.168.3.6:8870/fdd/getSignInfo"
  125. sop:
  126. getBusinessByKeyWordUrl: http://192.168.2.52:8868/api/trade/findBusinessName
  127. comprehensiveRiskInvestigationUrl: http://192.168.2.52:8868/api/trade/comprehensiveRiskInvestigation
  128. judgmentDocumentsUrl: http://192.168.2.52:8868/api/trade/judgmentDocuments
  129. dongjiangaoRisksUrl: http://192.168.2.52:8868/api/trade/dongjiangaoRisk
  130. pubStockUrl: http://192.168.2.52:8868/api/trade/pubStock
  131. addBusinessUrl: http://192.168.2.52:8868/api/trade/addBusiness
  132. sixSearchUrl: http://192.168.2.52:8868/api/trade/sixSearch
  133. twoSearchUrl: http://192.168.2.52:8868/api/trade/twoSearch
  134. getChangesUrl: http://192.168.2.52:8868/api/trade/getChanges
  135. getBusinesssScoreUrl: http://192.168.2.52:8868/api/trade/getBusinesssScore
  136. trade:
  137. biddingManagementStartProcessUrl: http://localhost:8888/api/biddingManagement/startProcess
  138. biddingManagementHandleProcessUrl: http://localhost:8888/api/biddingManagement/handleProcess
  139. supplierStartProcessUrl: http://192.168.2.52:8888/api/supplier/startProcess
  140. completeVideoDueDiligenceAppointmentUrl: http://192.168.2.52:8888/api/supplier/completeVideoDueDiligenceAppointment
  141. startProjectProcessUrl: http://192.168.2.52:8888/api/startProjectProcess
  142. startProjectCoreEnterpriseProcessUrl: http://192.168.2.52:8888/api/startProjectCoreEnterpriseProcess
  143. electronicSignaturePersonFindByIdUrl: http://localhost:8888/electronic/signature/personal/findByIdForC
  144. billUnitPriceAdjust: http://localhost:8888/bill/unitPriceAdjust
  145. finalStatementsign: http://localhost:8888/bill/finalStatementsign
  146. getAcceptanceGoods: http://localhost:8888/bill/getAcceptanceGoods
  147. calculation: http://localhost:8888/bill/calculation
  148. downloadPdf: http://localhost:8888/bill/downloadPdf
  149. billAutoSign: http://localhost:8868/bill/autoSign
  150. addBillBasicInformation: http://localhost:8888/bill/addBillBasicInformation
  151. updateBillBasicInformation: http://localhost:8888/bill/c_updateBill
  152. addSaleInvoice: http://localhost:8888/saleInvoice/doAdd
  153. updateSaleInvoice: http://localhost:8888/saleInvoice/c_doUpdate
  154. getExpectedSettlementDate: http://localhost:8888/bill/getExpectedSettlementDate
  155. twoSearchUrl: http://localhost:8868/saleInvoice/doAdd
  156. sixSearchUrl: http://localhost:8868/bill/getExpectedSettlementDate
  157. acceptanceStartProcessUrl: http://localhost:8888/api/acceptance/addAcceptance
  158. acceptanceUpdateDetailHandleProcessUrl: http://localhost:8888/api/acceptance/updateDetailHandleProcess
  159. acceptanceSignHandleProcessUrl: http://localhost:8888/api/acceptance/handleProcess
  160. acceptanceAdjustStartProcessUrl: http://localhost:8888/api/acceptancePriceAdjust/startProcess
  161. acceptanceAdjustHandleProcessUrl: http://localhost:8888/api/acceptancePriceAdjust/handleProcess
  162. salesContractCreateUrl: http://localhost:8888/api/salesManagement/doCreate
  163. salesContractEnterUrl: http://localhost:8888/api/salesManagement/doEnter
  164. financingApplyUrl: http://localhost:8888/api/financing/startApply
  165. salesContractChangeAddUrl: http://localhost:8888/api/salesManagement/change/doChange
  166. salesContractChangeEnterUrl: http://localhost:8888/api/salesManagement/change/doEnter
  167. purchContractEnterUrl: http://localhost:8888/api/purchManagement/doEnter
  168. purchContractSelectGoodsUrl: http://localhost:8888/api/purchManagement/selectGoods
  169. salesContractUploadContractUrl: http://localhost:8888/api/salesManagement/uploadContract
  170. salesContractDoSignUrl: http://localhost:8888/api/salesManagement/doSign
  171. salesContractChangeUploadContractUrl: http://localhost:8888/api/salesManagement/change/uploadContract
  172. salesContractChangeDoSignUrl: http://localhost:8888/api/salesManagement/change/doSign
  173. salesContractChangeSignBackUrl: http://localhost:8888/api/api/salesManagement/change/signBack
  174. salesContractSignBackUrl: http://localhost:8888/api/salesManagement/signBack
  175. purchContractsignPageUrl: http://localhost:8888/api/purchManagement/signPage
  176. purchContractdoSignUrl: http://localhost:8888/api/purchManagement/doSign
  177. purchContractChangeEnterUrl: http://localhost:8888/api/purchManagement/change/handleProcess
  178. purchContractChangeSignPageUrl: http://localhost:8888/api/purchManagement/change/signPage
  179. purchContractChangeDoSignPageUrl: http://localhost:8888/api/purchManagement/change/doSign
  180. purchContractChangeSignGetViewUrl: http://localhost:8888/api/purchManagement/change/getView
  181. doBusinessHistoryView: http://localhost:8888/businessProcessingTask/doBusinessHistoryView
  182. salesContractSignViewUrl: http://localhost:8888/api/salesManagement/view
  183. salesContractChangeSignViewUrl: http://localhost:8888/api/salesManagement/change/view
  184. purchContractChangeSignBackUrl: http://localhost:8888/api/purchManagement/signType
  185. purchContractSignViewUrl: http://localhost:8888/api/purchManagement/view