application-prod.yml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. server:
  2. port: 2203
  3. spring:
  4. main:
  5. allow-circular-references: true
  6. # datasource:
  7. # type: com.alibaba.druid.pool.DruidDataSource
  8. # driver-class-name: com.mysql.cj.jdbc.Driver
  9. # url: jdbc:mysql://192.10.33.120:3306/ca_sign?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&allowMultiQueries=true&useSSL=false
  10. # username: root
  11. # password: 3409git
  12. datasource:
  13. dynamic:
  14. primary: master
  15. strict: false #严格匹配数据源,默认false. true未匹配到指定数据源时抛异常,false使用默认数据源
  16. lazy: true
  17. datasource:
  18. master:
  19. type: com.alibaba.druid.pool.DruidDataSource
  20. driver-class-name: com.mysql.cj.jdbc.Driver
  21. # url: jdbc:mysql://192.168.2.21:3306/park_car?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&allowMultiQueries=true&useSSL=false
  22. url: jdbc:mysql://127.0.0.1:3306/park_car?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&autoReconnect=true&allowMultiQueries=true&useSSL=false
  23. username: root
  24. # password: gentmysql123
  25. password: qingbo#888My
  26. data:
  27. redis:
  28. database: 2
  29. host: 127.0.0.1
  30. port: 8379
  31. password: gitxm#redis
  32. timeout: 10s
  33. lettuce:
  34. pool:
  35. # 连接池最大连接数 默认8 ,负数表示没有限制
  36. max-active: 8
  37. # 连接池最大阻塞等待时间(使用负值表示没有限制) 默认-1
  38. max-wait: -1
  39. # 连接池中的最大空闲连接 默认8
  40. max-idle: 8
  41. # 连接池中的最小空闲连接 默认0
  42. min-idle: 0
  43. mybatis-plus:
  44. global-config:
  45. db-config:
  46. # 主键ID类型
  47. id-type: none
  48. logic-delete-field: deleted
  49. logic-delete-value: 1
  50. logic-not-delete-value: 0
  51. configuration:
  52. # 驼峰下划线转换
  53. map-underscore-to-camel-case: true
  54. # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
  55. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  56. logging:
  57. level:
  58. com.qmrb.system.mapper.mapper: debug
  59. # 认证配置
  60. auth:
  61. token:
  62. secret_key: SecretKey012345678901234567890123456789012345678901234567890123456789
  63. # token 有效期(单位:秒)
  64. ttl: 86400000
  65. # 客商领券二维码有效期
  66. overDue: 900
  67. # MinIO 分布式文件系统
  68. minio:
  69. endpoint: http://localhost:9000
  70. access-key: minioadmin
  71. secret-key: minioadmin
  72. # 存储桶名称
  73. bucket-name: default
  74. # 自定义域名(非必须),Nginx配置反向代理转发文件路径
  75. custom-domain:
  76. # springdoc配置: https://springdoc.org/properties.html
  77. springdoc:
  78. swagger-ui:
  79. enabled: true
  80. operationsSorter: alpha
  81. tags-sorter: alpha
  82. api-docs:
  83. enabled: true
  84. # 验证码配置
  85. easy-captcha:
  86. enable: true
  87. # 验证码类型: arithmetic-算术
  88. type: arithmetic
  89. # 验证码有效时间(单位:秒)
  90. ttl: 120
  91. # xxl-job 定时任务配置
  92. xxl:
  93. job:
  94. # xxl-job 开关
  95. enabled: false
  96. admin:
  97. # 多个地址使用,分割
  98. addresses: http://127.0.0.1:8080/xxl-job-admin
  99. accessToken: default_token
  100. executor:
  101. appname: xxl-job-executor-${spring.application.name}
  102. address:
  103. ip:
  104. port: 9999
  105. logpath: /data/applogs/xxl-job/jobhandler
  106. logretentiondays: 30
  107. # 系统配置
  108. system-config:
  109. # 数据权限配置
  110. data-permission:
  111. # 数据权限开关
  112. enabled: true
  113. # 电子病历配置
  114. emr:
  115. # 电子病历图片上传
  116. img-upload:
  117. # 图片上传路径
  118. file-path: /u01/ca_sign/img
  119. # 图片访问地址
  120. file-url: http://localhost:9090/test/
  121. application:
  122. soap-check: N
  123. default-dept-id: 5
  124. default-role-id: 13
  125. #登录校验
  126. pkis-url: http://192.0.33.91:8080/pkis/services/v1?wsdl
  127. #登录二维码
  128. qr-url: http://192.0.33.91:8080/PKIQRCode/services/v1?wsdl
  129. config-setting:
  130. domain: http://meiqikeji.com
  131. base-path: d:/u01/ca_sign
  132. pdf-path: /pdf/ca_sign
  133. ca-sign:
  134. domain: https://qy.jhsec.com.cn
  135. # domain: http://172.16.1.30
  136. username: xmzsmbzx
  137. password: 385579956d67433689cc70a1628a3f09
  138. grant-type: password
  139. client-id: client
  140. client-secret: secret
  141. call-back-url: http://172.16.1.159:8989/ca
  142. server-secret: 89H5q5EZSMFLVYJV
  143. qr-code-domain-jh: https://qy.jhsec.com.cn
  144. qr-code-domain: https://etc.xmzsh.com
  145. #内网签名服务器
  146. sign-domain: http://192.0.33.91:8080
  147. sys: qmrbETC
  148. wx-push-url: https://172.16.1.34
  149. htemr-server: http://192.1.33.126:81
  150. rtms-server: http://192.0.33.104:8080
  151. ocr-server: http://192.6.33.2:1224
  152. apache:
  153. rocketmq:
  154. consumer:
  155. pushConsumer: XiaourPushConsumer
  156. producer:
  157. producerGroup: Xiaour
  158. namesrvAddr: 8.138.18.76:8086
  159. pickCarProducer:
  160. topic: PushTopic8089
  161. tags: push
  162. default_qrcode_login_url: http://mini.qmrb.net:9990/#/receive-coupon
  163. # 是否开启抵扣
  164. deductionSwitch: false