# 数据库配置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. bzoj3812 主旋律 容斥+状压 DP

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

  2. CF840E In a Trap

    题意:给你一棵节点带权树.q个询问,每次询问u到v的路径上max(a[i]^dis(i,v))? 保证u是v的祖先,i是u->v路径上的点.n,ai<=5e4. 标程: #include& ...

  3. 02.自定义banner、全局配置文件、@Value获取自定义配置、@ConfigurationProperties、profiles配置

    自定义banner src/main/resource 下新建 banner.txt,字符复制到banner.txt 中 生成字符网站推荐: http://patorjk.com/software/t ...

  4. 6.jaxp的sax方式操作

    1.sax解析的原理 (1)解析xml有两种技术 dom 和 sax dom: 根据xml的层级结构在内存中分配一个树形结构,把xml中标签,属性,文本封装成对象 sax: 事件驱动,一行一行边读边解 ...

  5. appium---学习

    一直想学但是没有时间,今天看到个不错的链接保存一下. 学习链接:http://www.testclass.net/appium_base/appium-base-summary

  6. UIView响应事件的两个方法

    参考自:https://blog.csdn.net/mushaofeng1990/article/details/62434349 用户触摸屏幕后的事件传递过程: //方法A-(UIView *)hi ...

  7. Struts第一个程序。

    1:创建完程序后.先写web.xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmln ...

  8. 记录从现在开始,我的第一篇blog

    最近在读刘未鹏的<暗时间>,深受作者的启发,决定开始书写blog. 书写是为了更好的思考,希望自己能持之以恒的坚持做这件事情. 这本书很推荐给所有同学,不仅关于时间管理,执行力,心理学, ...

  9. 如何为网站启用HTTPS加密传输协议

    前言 当今时代对上网的安全性要求比以前更高,chrome和firefox也都大力支持网站使用HTTPS,苹果也从2017年开始在iOS 10系统中强制app使用HTTPS来传输数据,微信小程序也是要求 ...

  10. [CSP-S模拟测试]:kill(二分答案+贪心)

    题目传送门(内部题50) 输入格式 第一行包含四个整数$n,m,s$,表示人数.怪物数及任务交付点的位置.第二行包含$n$个整数$p_1,p_2,...,p_n$.第三行包含$n$个整数$q_1,q_ ...