From 790b91d6c62513f8069273937de80552e1768ec1 Mon Sep 17 00:00:00 2001 From: gtnes Date: Wed, 10 Jan 2024 23:20:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yml | 4 ++-- .../src/main/resources/application-test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml index 8daf89eae..f7217a732 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-prod.yml @@ -277,8 +277,8 @@ knife4j: production: false basic: enable: true - username: jeecg - password: jeecg1314 + username: gtnes + password: yanjiaqing #第三方登录 justauth: enabled: true diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index 68491598c..3431de40c 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -279,7 +279,7 @@ knife4j: basic: enable: true username: jeecg - password: jeecg1314 + password: #第三方登录 justauth: enabled: true