90 lines
2.8 KiB
YAML
90 lines
2.8 KiB
YAML
|
|
#
|
||
|
|
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://12.0.2.1:8081
|
||
|
|
#IP_PORT: http://localhost:8080
|
||
|
|
|
||
|
|
partnerSecret: 242b74ac93ef0a70be2fb2ab50f4d737
|
||
|
|
#机构渠道认证编码
|
||
|
|
orgChnlCrtfCodg: BqK1kMStlhVDgN2uHf4EsLK/F2LjZPYJ81nK2eYQqxv0IyCmhxf/THj7Z767n/jc
|
||
|
|
#定点医药机构编码
|
||
|
|
orgCodg: H65280100086
|
||
|
|
#定点医药机构小程序/H5应用ID
|
||
|
|
orgAppId: 1HR3CJDB700675430B0A000085775E9C
|
||
|
|
#微信api地址
|
||
|
|
wxApiUrl: https://mip-receiver.tengmed.com/api/mipuserquery/userQuery/
|
||
|
|
#微信获取token地址
|
||
|
|
wxTokenUrl: https://api.weixin.qq.com/cgi-bin/stable_token
|
||
|
|
#小程序appid
|
||
|
|
appid: wx83bc9715be856b14
|
||
|
|
#小程序secret
|
||
|
|
secret: 8b2d3e8cb0e590c9884d2c278519a200
|
||
|
|
#商户号
|
||
|
|
wxMchid: 1648728329
|
||
|
|
#支付密钥
|
||
|
|
wxWechartkey: 9b996ad13a7d11ee8c2b000c29686702
|
||
|
|
#微信医保校验密钥
|
||
|
|
wxybkey: f6d394fbc881fee73172232a08dc9c03
|
||
|
|
#医保统一下单固定参数非前端传过来。
|
||
|
|
cityId: 652800
|
||
|
|
#渠道号
|
||
|
|
channel: AAE0HBXIxnvWQyQR_gXP8rhD
|
||
|
|
#证书路径 没有证书
|
||
|
|
wxCertPath:
|
||
|
|
#普通支付回调url
|
||
|
|
notifyUrl: https://fy.btlsoln.com:8443/api/wxpay/notify
|
||
|
|
#医保支付回调url
|
||
|
|
ybNotifyUrl: https://fy.btlsoln.com:8443/api/wxybpay/notify
|