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