From 1120764e7098321b110e8534663c10a0783d21d8 Mon Sep 17 00:00:00 2001 From: perry <292303709@qq.com> Date: Mon, 8 May 2023 14:19:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-framework/yudao-spring-boot-starter-test/pom.xml | 1 + yudao-server/src/main/resources/application-dev.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/yudao-framework/yudao-spring-boot-starter-test/pom.xml b/yudao-framework/yudao-spring-boot-starter-test/pom.xml index 04576fee6..f34d54db6 100644 --- a/yudao-framework/yudao-spring-boot-starter-test/pom.xml +++ b/yudao-framework/yudao-spring-boot-starter-test/pom.xml @@ -36,6 +36,7 @@ org.mockito mockito-inline + compile org.springframework.boot diff --git a/yudao-server/src/main/resources/application-dev.yaml b/yudao-server/src/main/resources/application-dev.yaml index 2fe5698f6..237547c77 100644 --- a/yudao-server/src/main/resources/application-dev.yaml +++ b/yudao-server/src/main/resources/application-dev.yaml @@ -169,7 +169,7 @@ yudao: pay: callback-url: http://yunai.natapp1.cc/admin-api/pay/notify/callback return-url: http://yunai.natapp1.cc/admin-api/pay/notify/return - demo: true # 开启演示模式 + demo: false # 开启演示模式 justauth: enabled: true