You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#内置服务器的端口spring.application.name=oa
server.port=7078server.context-path=/${spring.application.name}#session失效时间 秒server.session.timeout=43200spring.session.store-type=redis
#eureka.client.serviceUrl.defaultZone=http://www.qingqinkj.com/eureka/
#服务跟踪spring.zipkin.enabled=falsespring.zipkin.base-url=http://111.230.141.161:6019/spring.sleuth.sampler.percentage=1.0
#配置数据源spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driverspring.datasource.jdbc-url=jdbc:oracle:thin:@134.175.182.118:1521:mdpdbspring.datasource.username=rootspring.datasource.password=lqaz@WSXspring.datasource.validation-query=select 1spring.datasource.test-on-borrow=truespring.datasource.validation-interval=30000spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.Oracle10gDialectspring.jpa.database =ORACLE
#限制文件上传大小spring.http.multipart.maxFileSize=10Mbspring.http.multipart.maxRequestSize=10Mb
#spring.activiti.database-schema=wf#spring.activiti.database-schema-update=true
#更多数据源#custom.datasource.names=ds1#custom.datasource.ds1.driver-class-name=net.ucanaccess.jdbc.UcanaccessDriver#custom.datasource.ds1.mdb-path=./mdb/FileScanData.mdb#custom.datasource.ds1.url=jdbc:ucanaccess://./mdb/FileScanData.mdb;memory=false;#custom.datasource.ds1.username=xb21cn#custom.datasource.ds1.password=#custom.datasource.ds1.validation-query=select 1#custom.datasource.ds1.test-on-borrow=false#custom.datasource.ds1.test-while-idle=true#custom.datasource.ds1.time-between-eviction-runs-millis=5000
spring.jackson.mapper.default-view-inclusion=falsespring.jackson.date-format=yyyy-MM-dd HH:mm:ssspring.mvc.date-format=yyyy-MM-dd HH:mm:ssspring.jackson.time-zone=GMT+8spring.jackson.serialization.indent_output=truespring.jackson.serialization.fail_on_empty_beans=falsespring.jackson.deserialization.fail_on_unknown_properties=falsespring.jackson.parser.allow_unquoted_control_chars=truespring.jackson.parser.allow_single_quotes=true
mdp.arc.upload-root-path=C:/archive/attachment
#mdp.auth.ips=ip1,ip2,ip3,授权ip地址列表,如果非授权ip应用只允许使用24小时mdp.auth.ips=10.135.180.143
#配置图片文件上传下载的相关参数,如果此次配置将覆盖数据库系统参数中的 arcImageUploadRootPath 及 arcImageDownloadBaseUri两个参数#mdp.arc.image-upload-root-path=D:/arc/image#mdp.arc.image-download-base-uri=arc/
#begin ac 会计核心账户相关配置#账户金额数据签名用于生成md5的key值mdp.ac.account-key=LFt1f0EtISBDkqVk9H90rSKVixXhw9eDECClaly2Mj5mdp.ac.account-check-sign=true###end ac##########
##begin 商户相关配置###顶级商户###########################################################mdp.topMech.mechId=m1000mdp.topMech.userid=m1000mdp.topMech.accountId=m1000##end 商户相关配置################################################################
# REDIS (RedisProperties)# Redis数据库索引(默认为0)spring.redis.database=0# Redis服务器地址spring.redis.host=134.175.57.249# Redis服务器连接端口spring.redis.port=6379# Redis服务器连接密码(默认为空)spring.redis.password=QqKj*123# 连接池最大连接数(使用负值表示没有限制)spring.redis.pool.max-active=8# 连接池最大阻塞等待时间(使用负值表示没有限制)spring.redis.pool.max-wait=-1# 连接池中的最大空闲连接spring.redis.pool.max-idle=8# 连接池中的最小空闲连接spring.redis.pool.min-idle=2# 连接超时时间(毫秒)spring.redis.timeout=100000
|