From 1e85b8e075888ac8bdd5b6d7058c7c7c298ff1cc Mon Sep 17 00:00:00 2001 From: waynaqua <166974380@qq.com> Date: Tue, 13 Jul 2021 13:34:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=95=86=E5=9F=8E):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 23 +++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/waynboot-common/src/main/resources/application-dev.yml b/waynboot-common/src/main/resources/application-dev.yml index 9d08191..c15bfeb 100644 --- a/waynboot-common/src/main/resources/application-dev.yml +++ b/waynboot-common/src/main/resources/application-dev.yml @@ -62,9 +62,17 @@ spring: database: 2 timeout: 5000 expire: 400 + # cluster: + # nodes: + # - 127.0.0.1:1681 + # - 127.0.0.1:1682 + # - 127.0.0.1:1683 + # - 127.0.0.1:1684 + # - 127.0.0.1:1685 + # - 127.0.0.1:1686 #配置rabbitMq 服务器 rabbitmq: - host: 127.0.0.1 + host: wayn.ltd port: 5672 username: guest password: guest @@ -75,7 +83,18 @@ spring: publisher-returns: true es: - host: 127.0.0.1 + host: huawei.wayn.ltd port: 9200 scheme: http +# alipay 需要自行申请支付宝的沙箱账号、申请appID,并依次配置AppID、密钥、公钥,否则无法发起支付宝支付。 +alipay: + app-id: + rsa-private-key: + alipay-public_key: + gateway: https://openapi.alipaydev.com/gateway.do + charset: UTF-8 + format: json + # log_path: /opt/newbeeplus/log + log_path: D://newbeemallplus//log + signtype: RSA2