From 93558fd91ec870d7c8c758ace39501035349bed4 Mon Sep 17 00:00:00 2001
From: zhubaomin <zhubaomin>
Date: 星期五, 25 十月 2024 10:11:17 +0800
Subject: [PATCH] 2024-10-25 朱宝民 优化微信支付JSAPI下单
---
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application.yml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application.yml
index 20b24f8..bc46e5a 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application.yml
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/resources/application.yml
@@ -1,6 +1,6 @@
spring:
profiles:
- include: global, database, database-ym, database-pj, database-sp
+ include: global, database, database-ym, database-pj, database-test
#actutor鐨剋eb绔彛
management:
@@ -14,8 +14,7 @@
context-parameters:
#GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
idSuffix: ${pipIrr.sell.idSuffix}
- #ConfigListener涓簲鐢�
- #configFileNames: config-global.xml,config-demo.xml
+
#闃块噷鐭俊鏈嶅姟
aliyun:
sms:
--
Gitblit v1.8.0