application-prod.yml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. #服务端口
  2. server:
  3. port: 8848
  4. servlet:
  5. context-path: /tradeV4
  6. #UPLOAD FILE 上传文件
  7. upload:
  8. #文件存储磁盘
  9. disk: D://sopFile/
  10. datasource:
  11. master:
  12. type: com.alibaba.druid.pool.DruidDataSource
  13. url: jdbc:mysql://localhost:3306/factoring_trade_v4?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
  14. username: root
  15. password: factoring_trade_20121210
  16. driver-class-name: com.mysql.cj.jdbc.Driver
  17. initialSize: 5
  18. minIdle: 5
  19. maxActive: 20
  20. maxWait: 60000
  21. timeBetweenEvictionRunsMillis: 60000
  22. validationQuery: SELECT 1
  23. testWhileIdle: true
  24. testOnBorrow: false
  25. testOnReturn: false
  26. poolPreparedStatements: true
  27. maxPoolPreparedStatementPerConnectionSize: 20
  28. filters: stat
  29. connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
  30. #LOG
  31. logging:
  32. level:
  33. com.inkasso: debug
  34. config: classpath:logback-spring.xml
  35. #Redis缓存服务配置
  36. spring:
  37. servlet:
  38. multipart:
  39. max-file-size: 30485760
  40. max-request-size: 15485760
  41. main:
  42. allow-circular-references: true #允许循环引用
  43. #邮箱服务器配置
  44. mail:
  45. host: smtp.mxhichina.com
  46. port: 465
  47. username: dev@changan-inkasso.com
  48. password: Caykdev923
  49. protocol: smtp
  50. test-connection: true
  51. default-encoding: UTF-8
  52. properties:
  53. mail.smtp.auth: true
  54. mail.smtp.starttls.enable: true
  55. mail.smtp.starttls.required: true
  56. mail.smtp.ssl.enable: true
  57. from: dev@changan-inkasso.com
  58. #Redis缓存服务配置
  59. redis:
  60. #最大连接数
  61. maxTotal: 100
  62. #最小空闲连接数
  63. maxIdle: 0
  64. #每次逐出检查时 逐出的最大数目
  65. numTestsPerEvictionRun: 20
  66. #对象空闲多久后逐出
  67. softMinEvictableIdleTimeMillis: 10000
  68. #逐出连接的最小空闲时间
  69. minEvictableIdleTimeMillis: 1800000
  70. #逐出扫描的时间间隔(毫秒)
  71. timeBetweenEvictionRunsMillis: 30000
  72. #连接时的最大等待毫秒数
  73. maxWaitMillis: 2000
  74. #在获取连接的时候检查有效性
  75. testOnBorrow: true
  76. #在空闲时检查有效性
  77. testWhileIdle: true
  78. #服务地址
  79. url: 127.0.0.1
  80. #端口(redis默认6379端口,如本地redis.conf文件未改动端口号,无需修改)
  81. port: 6379
  82. #数据库索引号
  83. indexDB: 2
  84. kafubao:
  85. rateLimiter: 50000
  86. limiterTime: 5
  87. maxTenantSize: 2 #个人可认证的的最大企业个数
  88. file:
  89. resourcePath: /upload/**
  90. storagePath: D://kafubaoFile//
  91. not-login:
  92. url:
  93. - login/weixin/* #微信登录
  94. - login/fastRegister #微信快速注册
  95. - entitygenerator/* #代码生成器
  96. - entitygenerator/*/* #代码生成器
  97. - entitygenerator/*/*/* #代码生成器
  98. - codegenerator #代码生成器
  99. - codegenerator/*/*
  100. - tradeV4/login/userLogin #pc管理端登录
  101. - tradeV4/user/register #用户注册
  102. - tradeV4/common/sms/verification #发送验证码
  103. authentication: true
  104. freeNum: 1
  105. codegeneration:
  106. filePath: D:/codegeneration
  107. fdd:
  108. contractUrl: "http://192.168.125.194:8888/#/register"
  109. caykCustomId: "8210513B14FE854DF1061E2D54665AF9"
  110. yhrzzpCustomId: "2291B7F84D6340530A5469FB6FC15BF3"
  111. registerUrl: "http://192.168.3.6:8870/fdd/accountRegister"
  112. authUrl: "http://192.168.3.6:8870/fdd/getAuthAddress/sop"
  113. removeAuthInfoUrl: "http://192.168.3.6:8870/fdd/removeAuthInfoUrl"
  114. authUrlV3: "http://192.168.3.6:8870/fdd/v3/getAuthAddress"
  115. authUrlV3PersonalFaceRecognition: "http://192.168.3.6:8870/fdd/v3/getAuthAddress/face/recognition"
  116. uploadContractUrl: "http://192.168.3.6:8870/fdd/uploadContract"
  117. batchSignUrl: "http://192.168.3.6:8870/fdd/manualBatchSign"
  118. batchSignUrlSearchLocation: "http://192.168.3.6:8870/fdd/manualBatchSign/searchLocation"
  119. authSignUrl: "http://192.168.3.6:8870/fdd/autoSign"
  120. downloadContractUrl: "http://192.168.3.6:8870/fdd/downloadContract"
  121. filedContractUrl: "http://192.168.3.6:8870/fdd/contractFiled"
  122. beforeAutoSignUrl: "http://192.168.3.6:8870/fdd/before_autoSign"
  123. shortUrl: "http://192.168.3.6:8870/fdd/short_url"
  124. reportUrl: "http://192.168.3.6:8870/fdd/compliance_contract_report"
  125. authInfoUrl: "http://192.168.3.6:8870/fdd/getAuthInfo"
  126. getAuthInfoDetail: "http://192.168.3.6:8870/fdd/getAuthInfoDetail"
  127. signInfoUrl: "http://192.168.3.6:8870/fdd/getSignInfo"
  128. sop:
  129. getBusinessByKeyWordUrl: http://192.168.2.51:8868/api/trade/findBusinessName
  130. comprehensiveRiskInvestigationUrl: http://192.168.2.51:8868/api/trade/comprehensiveRiskInvestigation
  131. judgmentDocumentsUrl: http://192.168.2.51:8868/api/trade/judgmentDocuments
  132. dongjiangaoRisksUrl: http://192.168.2.51:8868/api/trade/dongjiangaoRisk
  133. pubStockUrl: http://192.168.2.51:8868/api/trade/pubStock
  134. addBusinessUrl: http://192.168.2.51:8868/api/trade/addBusiness
  135. sixSearchUrl: http://192.168.2.51:8868/api/trade/sixSearch
  136. twoSearchUrl: http://192.168.2.51:8868/api/trade/twoSearch
  137. getChangesUrl: http://192.168.2.51:8868/api/trade/getChanges
  138. getBusinesssScoreUrl: http://192.168.2.51:8868/api/trade/getBusinesssScore
  139. trade:
  140. biddingManagementStartProcessUrl: http://localhost:8888/api/biddingManagement/startProcess
  141. biddingManagementHandleProcessUrl: http://localhost:8888/api/biddingManagement/handleProcess
  142. supplierStartProcessUrl: http://192.168.2.51:8888/api/supplier/startProcess
  143. completeVideoDueDiligenceAppointmentUrl: http://192.168.2.51:8888/api/supplier/completeVideoDueDiligenceAppointment
  144. startProjectProcessUrl: http://192.168.2.51:8888/api/startProjectProcess
  145. startProjectCoreEnterpriseProcessUrl: http://192.168.2.51:8888/api/startProjectCoreEnterpriseProcess
  146. electronicSignaturePersonFindByIdUrl: http://localhost:8868/electronic/signature/personal/findByIdForC
  147. billUnitPriceAdjust: http://localhost:8888/bill/unitPriceAdjust
  148. finalStatementsign: http://localhost:8888/bill/finalStatementsign
  149. getAcceptanceGoods: http://localhost:8888/bill/getAcceptanceGoods
  150. calculation: http://localhost:8888/bill/calculation
  151. downloadPdf: http://localhost:8888/bill/downloadPdf
  152. billAutoSign: http://localhost:8868/bill/autoSign
  153. addBillBasicInformation: http://localhost:8888/bill/addBillBasicInformation
  154. updateBillBasicInformation: http://localhost:8888/bill/c_updateBill
  155. addSaleInvoice: http://localhost:8888/saleInvoice/doAdd
  156. updateSaleInvoice: http://localhost:8888/saleInvoice/c_doUpdate
  157. getExpectedSettlementDate: http://localhost:8888/bill/getExpectedSettlementDate
  158. twoSearchUrl: http://localhost:8868/saleInvoice/doAdd
  159. sixSearchUrl: http://localhost:8868/bill/getExpectedSettlementDate
  160. acceptanceStartProcessUrl: http://localhost:8888/api/acceptance/addAcceptance
  161. acceptanceUpdateDetailHandleProcessUrl: http://localhost:8888/api/acceptance/updateDetailHandleProcess
  162. acceptanceSignHandleProcessUrl: http://localhost:8888/api/acceptance/handleProcess
  163. acceptanceAdjustStartProcessUrl: http://localhost:8888/api/acceptancePriceAdjust/startProcess
  164. acceptanceAdjustHandleProcessUrl: http://localhost:8888/api/acceptancePriceAdjust/handleProcess
  165. salesContractCreateUrl: http://localhost:8888/api/salesManagement/doCreate
  166. salesContractEnterUrl: http://localhost:8888/api/salesManagement/doEnter
  167. financingApplyUrl: http://localhost:8888/api/financing/startApply
  168. salesContractChangeAddUrl: http://localhost:8888/api/salesManagement/doChange
  169. salesContractChangeEnterUrl: http://localhost:8888/api/salesManagement/change/doEnter