application-dev.yml 4.8 KB

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