From cac7053c49c5490822c645967a96bbd7a4e63d4f Mon Sep 17 00:00:00 2001 From: 252535409 <252535409@qq.com> Date: Wed, 29 Nov 2023 22:14:01 +0800 Subject: [PATCH] 123 --- .../src/main/resources/application-dev.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/service-management-system/src/main/resources/application-dev.yml b/service-management-system/src/main/resources/application-dev.yml index 6fa1b07..be8c9fa 100644 --- a/service-management-system/src/main/resources/application-dev.yml +++ b/service-management-system/src/main/resources/application-dev.yml @@ -206,7 +206,7 @@ jeecg : appsecret: ?? #xxl-job配置 xxljob: - enabled: false + enabled: true adminAddresses: http://127.0.0.1:9080/xxl-job-admin appname: ${spring.application.name} accessToken: '' @@ -256,4 +256,7 @@ ucap: maxTotal: 200 maxPerRoute: 50 readTimeout: 35000 - connectTimeout: 10000 \ No newline at end of file + connectTimeout: 10000 +aliyun: + accessKey: 123 + accessKeySecret: 456 \ No newline at end of file