# 数据库配置db.host=10.100.2.50db.port=3306db.database=paycoredb.username=rootdb.password=mysql@123db.initialSize=1db.minIdle=1db.maxActive=100db.maxWait=60000db.timeBetweenEvictionRunsMillis=60000db.minEvictableIdleTimeMillis=300000db.testWhileIdle=truedb.testOnBorrow=falsedb.testOnReturn=falsedb.validationQuery=SELECT 1db.poolPreparedStatements=falsedb.maxOpenPreparedStatements=20db.slowSql=5000db.filters=stat

db.host.bizchannel=10.193.244.78db.port.bizchannel=3306db.database.bizchannel=bizchanneldb.username.bizchannel=rootdb.password.bizchannel=123456

#validateparam.validate.rule.config.path=classpath:/config/validate/*.yml

#redis#有效期为3天 ,3*24*60*60*1000 = 259200000Lredis.timeout=259200000spring.redis.pool.min-idle=0spring.redis.pool.max-idle=8spring.redis.pool.max-active=8spring.redis.pool.max-wait=-1spring.redis.cluster.nodes[0]=redis.mintrust.res:7006spring.redis.cluster.nodes[1]=redis.mintrust.res:7001spring.redis.cluster.nodes[2]=redis.mintrust.res:7002spring.redis.cluster.nodes[3]=redis.mintrust.res:7003spring.redis.cluster.nodes[4]=redis.mintrust.res:7004spring.redis.cluster.nodes[5]=redis.mintrust.res:7005#spring.redis.password=123456#redis.password=123456#spring.redis.cluster.password=123456

# redis配置redis.nodes[0]=redis.mintrust.res:7006redis.nodes[1]=redis.mintrust.res:7001redis.nodes[2]=redis.mintrust.res:7002redis.nodes[3]=redis.mintrust.res:7003redis.nodes[4]=redis.mintrust.res:7004redis.nodes[5]=redis.mintrust.res:7005redis.activepay.timeout=60000

## sys.appName/serviceName(springcloud已配置)#spring.application.name=springbootdemo1## kms hostmsxf.kms.host=https://10.16.30.16:4443

##申请kms颁布的授权码msxf.kms.app-secret=1234

## 是否开启调用getter方法自动解密msxf.kms.getter.decrypt.enable=true## 是否开启调用setter方法自动加密msxf.kms.setter.encrypt.enable=true

##vault信息(springcloud默认已配置,没有配置则添加)spring.cloud.vault.port=8200spring.cloud.vault.token=328d14cc-0a22-98e6-5fe6-fbd1b7b5990fspring.cloud.vault.host=10.100.2.49

#rabbitmqspring.rabbitmq.host=10.100.2.51spring.rabbitmq.port=5672spring.rabbitmq.username=guestspring.rabbitmq.password=guestspring.rabbitmq.virtualHost=saasdevspring.rabbitmq.maxConcurrentConsumers=60spring.rabbitmq.concurrentConsumers=30

#message test  configmessage.url=http://msgapi1.msxf.lotest/message.appid=paymentmessage.appkey=12345message.partnerCode=10000000message.productCode=0000

# Http/remote urlremote.cmc=http://cmc2.msxf.perf/remotingremote.cptacc=http://cptacc2.msxf.perf/remotingcoupon.lock.url =http://mock20.msxf.lotest/coupon/v2/lockCouponTicketRepaycoupon.modify.url =http://mock20.msxf.lotest/coupon/v2/modifyCouponTicketStatus

# 支付鉴权记录有效期(单位:年)auth.effective.year=1#  四要素鉴权次数限制有效期(单位:天)auth.four.sms.limit.effective.day=1#  四要素鉴权发送短信最大次数auth.four.sms.limit=5

# 账务对账文件ftp配置account.ftp.url= ftp.msxf.testaccount.ftp.username=yangguang01account.ftp.password=NWJiNzE3ZjZkOGQ3MGZjYWFiMmNmOWQzaccount.ftp.port=21#代扣对账文件路径account.deduct.ftp.path=/DeductAccountTest20#代付对账文件路径account.depute.ftp.path=/DeputeAccountTest20#对账本地路径account.local.path=/home/finance/Data/paycore20.msxf.lotest/account

#1.0对账文件FTP目录account.deduct.ftp.path.old=/CutAccountFileRespTest20account.depute.ftp.path.old=/PayAccountFileRespTest20#超时时间remote.readTimeout?=?60000remote.loadBalancedServices[0]=paygw

msxf.onchain.url = http://10.250.60.105:10334#4coupon.query.url:http://mock20.msxf.lotest/socialActivity/getCouponByCouponId

acc.url=http://innacc2.msxf.perf###趣店对接notify.ccs.url=http://10.250.60.31:8820

###一分钱验证paycommon.url=http://10.100.2.45:8098# ftpsftps.type =FTPSftps.url =10.100.2.48ftps.port =21ftps.userName =ftpuserftps.password =123456

#警告消息通知类型 0短信,1企业微信,2邮件messageSendType=1

#商户对账文件保存目录在用中:account.mchRecon.ftp.path=/mchReconaccount.fundTransfer.ftp.path=/fundTransfer

# 查询网关银行信息配置paygw.bankInfo.query.transCode=bankInfopaygw.bankInfo.query.transType=queryBankInfoByBankName

# payGWpaygw.base.url=http://localhost:8092paygw.bankInfo.query.url=http://localhost:8092/inner/querypaygw.query.card.url =http://localhost:8092/inner/bank/queryBankInfopaygw.url =http://localhost:8092/inner/paycore/host.paygw=http://localhost:8092/inner/manager

# payRoutepayrouter.single.route.url=/runtime/servicepayroute.url=http://10.100.2.46:8099

# payCommonhost.paycommon=http://10.100.2.45:8098# payBatchhost.paybatch=http://localhost:6080#todo 这个是需要改的host.innAccount=http://paydeputerouter1.msxf.perf

config.properties的更多相关文章

  1. ResourceBundle类的方式来读取config.properties配置文件参数值

    //获取config.properties配置文件参数值 public static ResourceBundle resource = ResourceBundle.getBundle(" ...

  2. Java中获取包含变量的配置文件config.properties内容

    应用场景 有些时候项目中会用到很多路径,并且很可能多个路径在同一个根目录下,那为了方便配置的修改,达到只修改根目录即可达到一改全改的效果,此时就会想到要是有变量就好了: 另外有时候路径中的文件名是不确 ...

  3. Java代码中获取配置文件(config.properties)中内容的两种方法

    方法千千万,本人暂时只总结了两种方法. (1)config.properties中的内容如图 在applicationContext.xml中配置 <!-- 引入配置文件 --> < ...

  4. 一个编译可执行jar包 jar包中不包含resources下config.properties且可以读到config.properties文件且classpath中有当前路径的pom

    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/20 ...

  5. javaEE中config.properties文件乱码解决办法

    http://jingyan.baidu.com/article/ed2a5d1f3381d709f6be17f8.html ————————————————————————————————————— ...

  6. spring无法读取properties文件数据

    只讲述异常点,关于怎么配置文件,这里不做说明.   1. controller中无法读取config.properties文件 controller中注入的@Value配置是从servlet-cont ...

  7. Android中使用java.util.Properties犯的错

    今天尝试使用java.util.Properties来保存应用配置,然而遇到了好几个问题,对于熟悉此内容的来说可能都是猪一样的错误,但难免有像我一样的新手再次遇到,希望此文能有所帮助. 错误1 jav ...

  8. properties属性文件工具类

    package xxx.business.utils; import org.apache.commons.configuration.ConfigurationException; import o ...

  9. Spring用代码来读取properties文件

    我们都知道,Spring可以@Value的方式读取properties中的值,只需要在配置文件中配置org.springframework.beans.factory.config.PropertyP ...

随机推荐

  1. java正则表达式移除网页中注释代码

    /** * 移除网页中注释掉的代码 * * @param str * @return */ public static String removedisablecode(String str) { P ...

  2. spring boot集成mongodb的增删改查

    添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sp ...

  3. bzoj3812 主旋律 容斥+状压 DP

    题目传送门 https://lydsy.com/JudgeOnline/problem.php?id=3812 题解 考虑对于图的联通性的 DP 的一般套路:总方案 - 不连通的方案. 那么我们只需要 ...

  4. Python实现手机号自动判断性别

    本文性别判断主要依靠airtest中的自动化测试实现 通过自动对比支付宝页面男女图像,从而实现男女判断 代码如下: 男女判断函数: // An highlighted block def numbe( ...

  5. 微信小程序中显示html富文本的方法

    微信小程序中显示html富文本的方法 使用方法:git地址:https://github.com/icindy/wxParse 一.下载wxParse文件 二.在要引入的页面的js文件中,引入文件 j ...

  6. 阿里云基于OSS的云上统一数据保护方案2.0技术解析

    近年来,随着越来越多的企业从传统经济向数字经济转型,云已经渐渐成为数据经济IT新常态.核心业务系统上云,云上的业务创新,这些都产生了大量的业务数据,这些数据也成为了企业最重要的资产.资源. 阿里云基于 ...

  7. AcWing 260. 买票 (树状数组+二分)打卡

    题目:https://www.acwing.com/problem/content/description/262/ 题意:给定一个队伍,每个人过来的时候可以插队,每个人会输入一个插入到哪个位置,但是 ...

  8. Docker容器数据卷-Volume详解

    Docker中的数据可以存储在类似于虚拟机磁盘的介质中,在Docker中称为数据卷(Data Volume).数据卷可以用来存储Docker应用的数据,也可以用来在Docker容器间进行数据共享.数据 ...

  9. 抓包工具charles下载安装(MAC版)

    什么是charles? charles是一个HTTP代理服务器,HTTP监视器,反转代理服务器,当浏览器连接Charles的代理访问互联网时,Charles可以监控浏览器发送和接收的所有数据.它允许一 ...

  10. golang 国内环境配置

    写在 .bashrc 或 .zshrc 等文件中: # golang env export GO111MODULE=on export GOPROXY=https://goproxy.cn #七牛云提 ...