# server: port: 8083 spring: #定时任务 quartz: #相关属性配置 properties: org: quartz: scheduler: #调度标识名 集群中每一个实例都必须使用相同的名称 instanceName: clusteredScheduler #ID设置为自动获取 每一个必须不同 instanceId: AUTO jobStore: #数据保存方式为持久化 class: org.quartz.impl.jdbcjobstore.JobStoreTX #数据库平台 driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate #数据库别名 随便取 dataSource: myXADS #表的前缀 tablePrefix: QRTZ_ #加入集群 isClustered: false #调度实例失效的检查时间间隔 clusterCheckinInterval: 10000 #设置为TRUE不会出现序列化非字符串类到 BLOB 时产生的类版本问题 useProperties: true #容许的最大作业延长时间 misfireThreshold: 60000 threadPool: #ThreadPool 实现的类名 class: org.quartz.simpl.SimpleThreadPool #线程数量 threadCount: 10 #线程优先级 threadPriority: 5 #自创建父线程 threadsInheritContextClassLoaderOfInitializingThread: true #数据库方式 job-store-type: jdbc #初始化表结构 #jdbc: #initialize-schema: never #日志 #logging: # level: # com.saye: debug # pattern: # console: "%d{yyyy/MM/dd-HH:mm:ss} [%thread] %-5level %logger- %msg%n" # file: # path: D:\saye\hrsmobile.log #后台地址 #IP_PORT: http://192.168.0.197:8080 IP_PORT: http://127.0.0.1:8091 partnerSecret: c1112a94c030f0c9e0adcee17dd5b78b #机构渠道认证编码 orgChnlCrtfCodg: BqK1kMStlhVDgN2uHf4EsLK/F2LjZPYJ81nK2eYQqxv0IyCmhxf/THj7Z767n/jc #定点医药机构编码 orgCodg: H65280100086 #定点医药机构小程序/H5应用ID orgAppId: 1GRUDB4KB2BE3F60C80A0000CF92F159 #微信api地址 因为只能https 这里用了虚拟机转发 wxApiUrl: http://114.55.41.222:8088/testapi/mipuserquery/userQuery/ #微信获取token地址 因为只能https 这里用了虚拟机转发 wxTokenUrl: http://114.55.41.222:8088/cgi-bin/token #小程序appid appid: wx83bc9715be856b14 #小程序secret secret: 8b2d3e8cb0e590c9884d2c278519a200 #商户号 wxMchid: 1648728329 #支付密钥 wxWechartkey: 9b996ad13a7d11ee8c2b000c29686702 #微信医保校验密钥 wxybkey: f6d394fbc881fee73172232a08dc9c03 #医保统一下单固定参数非前端传过来。 cityId: 652800 #渠道号 channel: AAE0HBXIxnvWQyQR_gXP8rhD #证书路径 无 wxCertPath: #普通支付回调url notifyUrl: http://sayetest.f3322.org:12345/api/wxpay/notify #医保支付回调url ybNotifyUrl: http://sayetest.f3322.org:12345/api/wxybpay/notify