|
spring.profiles.active=test
|
evn=dev
|
server.port=8080
|
|
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
spring.datasource.initialSize=3
|
spring.datasource.minIdle=3
|
spring.datasource.maxActive=20
|
spring.datasource.maxWait=60000
|
spring.datasource.timeBetweenEvictionRunsMillis=60000
|
spring.datasource.minEvictableIdleTimeMillis=300000
|
spring.datasource.validationQuery=SELECT 1 FROM DUAL
|
spring.datasource.testWhileIdle=true
|
spring.datasource.testOnBorrow=true
|
spring.datasource.testOnReturn=true
|
spring.datasource.filters=stat,wall,log4j
|
spring.datasource.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
|
spring.thymeleaf.prefix: classpath:/templates/views/
|
spring.thymeleaf.cache=false
|
#设置全局时间返回格式 第三行设置为true表示返回时间戳
|
|
#文件上传时的大小限制 单位M
|
spring.servlet.multipart.max-file-size=100MB
|
spring.servlet.multipart.max-request-size=100MB
|
#--------------------------------------
|
|
|
|
|
#hour
|
activities.groupBuy.limit=24
|
#minute
|
groupBuy.pay.timeLimit=30
|
|
#定时任务
|
scheduling.enabled=true
|
|
swagger.enable=true
|
swagger.security.username=admin
|
swagger.security.password=admin
|
|
#默认头像
|
default.vip.photo.woman=https://filehive2.jyymatrix.cc/uploadeFile/20210125/db53552e688040afb286686f081e1e68f3fe946f75624598828f01898635152e.png
|
default.vip.photo.man=https://filehive2.jyymatrix.cc/uploadeFile/20210125/3642f1d827c44c76832fea106c85e0f89e089c16cbcc4dd0a82bb52b9ac700f4.png
|
|
mybatis-plus.global-config.db-config.id-type=auto
|
mybatis-plus.config-location=classpath:mybatis/mybatis-config.xml
|
mybatis-plus.mapper-locations=classpath*:mybatis/mapper/**/*.xml
|
|
|
#是否启用debug模式
|
debug=true
|
# 日志文件保存地址
|
log_path=/Users/jiangyouyao/logs/zqerp
|
|
# 系统语言环境 zh中文,us英文
|
system_language=zh
|
|
# 错误密码允许输入的次数,大于五次后账号锁定,0表示不锁账号
|
error_password_times=5
|
# 默认密码
|
default_password=123
|
|
|
|
|
|
wechar_login_url =https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&js_code=%s&grant_type=authorization_code
|
|
xcx_manager_appid=wx2948b3b914a9722e
|
xcx_manager_secret=1685dfd99a43e213ed8be07870b898ba
|
|
#公众号
|
gzh_appid=wx57e6335559bdbda6
|
gzh_secret=ecb408af170e3890e6544290cad33760
|
|
|
|
#微信支付调试开关
|
wx_pay_debug_onoff = false
|
|
#快递鸟用户id
|
logistics.eBusinessID=1530881
|
#快递鸟密钥
|
logistics.appKey=f1cf9777-26fb-4e3f-a14d-896075e6384e
|
#快递鸟接口地址
|
logistics.url=http://api.kdniao.com/Ebusiness/EbusinessOrderHandle.aspx
|
#快递鸟接口指令
|
logistics.requestType=1002
|
|
|
|
|
#发送短信配置
|
crm.request_url = http://192.168.1.248
|
sms.request_url = http://smssh1.253.com
|
sms.login_account = M7315130
|
sms.login_password = J7FAoehPkv63e3
|
sms.login_accountNe = N4617160
|
sms.login_passwordNe = rb1cxLitRB83e0
|
|
#接入统一登录平台配置
|
platform_app_code = wx_shop
|
platform_secret_key = b21e309f07964e4fae5b156d74b5d66z
|
#platform_verity_url = http://localhost:8080/platform/getUserInfo
|
platform_verity_url = http://stg1-xcerp-ca.xc.jyymatrix.cc/platform/getUserInfo
|
|
#微信支付回调地址
|
pay_notify_url = https://xcxhive2.jyymatrix.cc/wxCommon/wxpayCallback
|
|
qrcodeBackgroundImgPath=/mnt/xcshop/webresource/static/xcxresource/bj1.png
|
qrcodeFrontImgPath=/mnt/xcshop/webresource/static/xcxresource/qj2.png
|
|
#hive仓库地址
|
hive.service=http://localhost:8082/meidu-crm/
|
|
|
|
#是否启用异常上报
|
is_open_exception_report=false
|
showExcptionUrl=http://test.hive.jyymatrix.cc/showException
|