From bafd8a09b4b42557249b64f86afaef57b4a7a5ac Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Tue, 25 Feb 2025 12:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=A7=BB=E5=88=B0nacos?= =?UTF-8?q?=E9=87=8C,=E5=8F=82=E8=80=830.244=E5=91=BD=E5=90=8D=E7=A9=BA?= =?UTF-8?q?=E9=97=B4smart-canteen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap.yml | 92 ------------------- 1 file changed, 92 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml index 889ac9da..b9964274 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/bootstrap.yml @@ -6,95 +6,3 @@ spring: profiles: # 环境配置 active: smart_canteen_local -# messages: -# basename: "message_device,message_account,message_adapter,message_allocation,message_attendance,message_auth,message_common,message_customer,message_dorm,message_drp,message_kitchen,message_marketing,message_menu,message_merchant,message_notice,message_nutrition,message_open,message_order,message_pay,message_report,message_supermarket,message_backfield,message_bus" -# fallback-to-system-locale: false -# main: -# allow-circular-references: true -# mq: -# type: ${MQ_TYPE:rabbitmq} -# namespace: __yunshitang__ -# topics: -# - name: order #订单 -# - name: backfield #后场 -# - name: drp #出入库 -# - name: supermarket #商超 -# - name: device #设备 -# - name: acc #账户 -# - name: notice #通知 -# - name: auth #权限 -# - name: menuai #菜品识别 -# - name: dishes #菜品 -# - name: marketing #营销 -# - name: backfield-mqtt -# - name: device-mqtt -# - name: customer -# - name: pay -# - name: canteen -# - name: merchant -# - name: paddle-ai -# rabbitmq: -# clean-none-namespace-queue: true -# publisher-confirm-type: correlated -# publisher-returns: true -# username: guest -# password: guest -# addresses: ${RABBITMQ_ADDRESS:localhost:5672} -# address-shuffle-mode: random -# connection-timeout: 3000 -# listener: -# simple: -# acknowledge-mode: manual -# prefetch: ${RABBITMQ_CONSUMER_PREFETCH:10} -# rocketmq: -# name-server: ${ROCKETMQ_NAME_SERVER:rocketmq-nameserver:9876} -# access-key: ${ROCKETMQ_ACCESS_KEY:root@rocket} -# secret-key: ${ROCKETMQ_SECRET_KEY:do@u.can} -# mqtt-enabled: true -# producer: -# group: default - -#system: -# sysfile: -# prefixOffline: http://localhost:9000/lnyst -# prefixOnline: http://localhost:9000/lnyst -# bucket: /lnyst -# max-upload-file-size: ${MAX_UPLOAD_FILE_SIZE:5} -# notify: -# unify-host: ${NOTIFY_UNIFY_HOST:} -# notify-url: ${NOTIFY_UNIFY_URL:/dev-api/smart-canteen/api/v2/pay/ali/notify} -# api-urls: -# apimchwxqq: ${API_MCH_WX_QQ:https://api.mch.weixin.qq.com} #微信支付相关 -# apiwxqq: ${API_WX_QQ:https://api.weixin.qq.com} #微信公众平台 -# qyapiwxqq: ${QY_API_WX_QQ:https://qyapi.weixin.qq.com} #企业微信 -# apialipay: ${API_ALI_PAY:https://openapi.alipay.com/gateway.do} #支付宝 -# apidsalipay: ${API_DS_ALI_PAY:https://ds.alipay.com/} #外部跳转支付宝小程序接口url -# dingtalkoapi: ${DING_TALK_API:https://oapi.dingtalk.com} #钉钉应用 -# sqbapi: ${SQB_API:https://vsi-api.shouqianba.com} #收钱吧 -# sqbqrapi: ${SQB_QR_API:https://qr.shouqianba.com/gateway} #收钱吧网关地址 -# alismsdomain: ${API_ALI_SMS_DOMAIN:dysmsapi.aliyuncs.com} #阿里云短信请求地址 -# feieapi: ${API_FEI_E:http://api.feieyun.cn} #飞鹅api -# order: -# call: -# max-num: ${ORDER_CALL_MAX_NUM:999} - -#data-config: -# sm4-key: ${SENSITIVE_SM4KEY:jY7bZz6Pjml+H/WZYfNSNA==} -# encrypted: ${SENSITIVE_ENCRYPTED:true} -# desensitization: ${SENSITIVE_DESENSITIZATION:true} -# -#oss: -# endpoint: ${OSS_ENDPOINT:http://127.0.0.1:9000} -# access-key: ${OSS_ACCESS_KEY:minioadmin} -# secret-key: ${OSS_SECRET_KEY:minioadmin} -# bucketName: ${OSS_BUCKET:lnyst} -# expiresTime: ${OSS_EXPIRES_TIME:604600} -# useToken: ${OSS_USE_TOKEN:false} -# region: ${OSS_REGION:} -# path-style-access: ${OSS_PATH_STYLE:true} -# useHttp: ${OSS_USE_HTTP:false} -# -#tenant: -# carrier-name: MERCHANT-ID -# schema-prefix: ${TENANT_SCHEMA_PREFIX:} -# schema-suffix: ${TENANT_SCHEMA_SUFFIX:} \ No newline at end of file