server: port: 2203 spring: main: allow-circular-references: true # datasource: # type: com.alibaba.druid.pool.DruidDataSource # driver-class-name: com.mysql.cj.jdbc.Driver # 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 # username: root # password: 3409git datasource: dynamic: primary: master strict: false #严格匹配数据源,默认false. true未匹配到指定数据源时抛异常,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 # host: 127.0.0.1 # port: 8379 # password: zhxl123321 # password: "gitxm#redis" timeout: 10s lettuce: pool: # 连接池最大连接数 默认8 ,负数表示没有限制 max-active: 8 # 连接池最大阻塞等待时间(使用负值表示没有限制) 默认-1 max-wait: -1 # 连接池中的最大空闲连接 默认8 max-idle: 8 # 连接池中的最小空闲连接 默认0 min-idle: 0 mybatis-plus: global-config: db-config: # 主键ID类型 id-type: none logic-delete-field: deleted logic-delete-value: 1 logic-not-delete-value: 0 configuration: # 驼峰下划线转换 map-underscore-to-camel-case: true # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl logging: level: com.qmrb.system.mapper.mapper: debug # 认证配置 auth: token: secret_key: SecretKey012345678901234567890123456789012345678901234567890123456789 # token 有效期(单位:秒) ttl: 86400000 # MinIO 分布式文件系统 minio: endpoint: http://localhost:9000 access-key: minioadmin secret-key: minioadmin # 存储桶名称 bucket-name: default # 自定义域名(非必须),Nginx配置反向代理转发文件路径 custom-domain: # springdoc配置: https://springdoc.org/properties.html springdoc: swagger-ui: enabled: true operationsSorter: alpha tags-sorter: alpha api-docs: enabled: true # 验证码配置 easy-captcha: enable: true # 验证码类型: arithmetic-算术 type: arithmetic # 验证码有效时间(单位:秒) ttl: 120 # xxl-job 定时任务配置 xxl: job: # 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 # domain: http://172.16.1.30 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 wxpay: #应用编号 appId: xxxxxxxxxxxxx #商户号 mchId: xxxxxxxxxxxxx # APIv3密钥 apiV3Key: xxxxxxxxxxxxx # 支付通知回调, 本地测试内网穿透地址 notifyUrl: http://405c3382p5.goho.co:25325/wenbo-pay/notify/payNotify # 退款通知回调, 本地测试内网穿透地址 refundNotifyUrl: http://405c3382p5.goho.co:25325/wenbo-pay/notify/refundNotify # 密钥路径,resources根目录下 keyPemPath: apiclient_key.pem # 商户证书序列号 serialNo: xxxxxxxxxxxxx # 小程序密钥 appSecret: xxxxxxxxxxxxx