# 项目相关配置 cpop: # 文件路径 示例( Windows配置W:/WorkSpace/java/uploadPath,Linux配置 /home/baseFramework/uploadPath) profile: /root/cpop-union/cpop-mall/upload jwt: #白名单 whiteList: /login,/miniLogin,/mini/brand/jamboxBrandIsInMall/*,/wxPay/callback/notify/**,/profile/** #拦截 gateway: rsa-keypair: # 公钥文件 publicKeyFile: /root/cpop-union/cpop-mall/script/secretKey/publicKey # 公钥文件 privateKeyFile: /root/cpop-union/cpop-mall/script/secretKey/privateKey # DataSource Config spring: application: name: Cpop-Mall-Prod #redis配置 redis: #地址 host: 106.52.49.102 #端口 port: 6333 #数据库 database: 10 #密码 password: Jambox.123* #连接超时 timeout: 5000 jedis: pool: # min-idle: 0 # max-idle: 8 # max-active: 8 # max-wait: -1ms data: mongodb: host: localhost port: 27017 database: rock-blade server: port: 9430 servlet: context-path: /Cpop-Mall # springdoc-openapi项目配置 knife4j: enable: false #Mybatis-Flex mybatis-flex: configuration: log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl datasource: mall: url: jdbc:mysql://sh-cynosdbmysql-grp-fggo83js.sql.tencentcdb.com:20965/cpop_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: Customer0401 jambox: url: jdbc:mysql://sh-cynosdbmysql-grp-fggo83js.sql.tencentcdb.com:20965/jambox_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: Customer0401 logging: level: com.github.binarywang.wxpay: error #微信支付 wx: pay: # p12证书的位置,可以指定绝对路径,也可以指定类路径(以classpath:开头) keyPath: /root/cpop-union/cpop-mall/script/secretKey/wxPay_cert.p12 # 私钥证书 privateKeyPath: /root/cpop-union/cpop-mall/script/secretKey/wxPay_key.pem # 私钥文件 privateCertPath: /root/cpop-union/cpop-mall/script/secretKey/wxPay_cert.pem #支付通知地址 notifyUrl: https://test.cpopsz.com/onlineShop/wxPay/callback/notify/order #退款通知地址 notifyRefund: https://test.cpopsz.com/onlineShop/wxPay/callback/notify/refund #分账通知地址 notifySharing: https://test.cpopsz.com/onlineShop/wxPay/callback/notify/profitSharing