123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- server:
- port: 2203
- spring:
- main:
- allow-circular-references: true
- datasource:
- dynamic:
- primary: master
- strict: false
- lazy: true
- datasource:
- master:
- type: com.alibaba.druid.pool.DruidDataSource
- driver-class-name: com.mysql.cj.jdbc.Driver
- 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
- username: root
- password: gentmysql123
- data:
- redis:
- database: 2
- host: 192.168.2.13
- port: 6379
- password: 123456
- timeout: 10s
- lettuce:
- pool:
-
- max-active: 8
-
- max-wait: -1
-
- max-idle: 8
-
- min-idle: 0
- mybatis-plus:
- global-config:
- db-config:
-
- id-type: none
- logic-delete-field: deleted
- logic-delete-value: 1
- logic-not-delete-value: 0
- configuration:
-
- map-underscore-to-camel-case: true
-
- logging:
- level:
- com.qmrb.system.mapper.mapper: debug
- auth:
- token:
- secret_key: SecretKey012345678901234567890123456789012345678901234567890123456789
-
- ttl: 86400000
-
- overDue: 900
- minio:
- endpoint: http://localhost:9000
- access-key: minioadmin
- secret-key: minioadmin
-
- bucket-name: default
-
- custom-domain:
- springdoc:
- swagger-ui:
- enabled: true
- operationsSorter: alpha
- tags-sorter: alpha
- api-docs:
- enabled: true
- easy-captcha:
- enable: true
-
- type: arithmetic
-
- ttl: 120
- xxl:
- job:
-
- enabled: false
- admin:
-
- addresses: http://127.0.0.1:8080/xxl-job-admin
- accessToken: default_token
- executor:
- appname: xxl-job-executor-${spring.application.name}
- address:
- ip:
- port: 9999
- logpath: /data/applogs/xxl-job/jobhandler
- logretentiondays: 30
- system-config:
-
- data-permission:
-
- enabled: true
- emr:
-
- img-upload:
-
- file-path: /u01/ca_sign/img
-
- file-url: http://localhost:9090/test/
- application:
- soap-check: N
- default-dept-id: 5
- default-role-id: 13
-
- pkis-url: http://192.0.33.91:8080/pkis/services/v1?wsdl
-
- qr-url: http://192.0.33.91:8080/PKIQRCode/services/v1?wsdl
- config-setting:
- domain: http://meiqikeji.com
- base-path: d:/u01/ca_sign
- pdf-path: /pdf/ca_sign
- ca-sign:
- domain: https://qy.jhsec.com.cn
- username: xmzsmbzx
- password: 385579956d67433689cc70a1628a3f09
- grant-type: password
- client-id: client
- client-secret: secret
- call-back-url: http://172.16.1.159:8989/ca
- server-secret: 89H5q5EZSMFLVYJV
- qr-code-domain-jh: https://qy.jhsec.com.cn
- qr-code-domain: https://etc.xmzsh.com
-
- sign-domain: http://192.0.33.91:8080
- sys: qmrbETC
- wx-push-url: https://172.16.1.34
- htemr-server: http://192.1.33.126:81
- rtms-server: http://192.0.33.104:8080
- ocr-server: http://192.6.33.2:1224
- apache:
- rocketmq:
- consumer:
- pushConsumer: XiaourPushConsumer
- producer:
- producerGroup: Xiaour
- namesrvAddr: 8.138.18.76:8086
- pickCarProducer:
- topic: PushTopic8089
- tags: push
-
-
- default_qrcode_login_url: http://mini.qmrb.net:9990/#/receive-coupon
- deductionSwitch: false
|