From c08fc2bb79b0e798f8f2682e5948875a14eee6ee Mon Sep 17 00:00:00 2001 From: GoCo Date: Tue, 12 Aug 2025 20:00:14 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20minio=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-system-start/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 84a1220a..22c0869f 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -249,10 +249,10 @@ jeecg: file-view-domain: http://fileview.jeecg.com # minio文件上传 minio: - minio_url: http://127.0.0.1:9000 + minio_url: http://103.40.14.23:25528 minio_name: minio minio_pass: minio123 - bucketName: learn + bucketName: aiol #大屏报表参数设置 jmreport: #多租户模式,默认值为空(created:按照创建人隔离、tenant:按照租户隔离) (v1.6.2+ 新增)