From 30f73eb3fd2b0c2b0a92a633501c5e4e82b95bb2 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 4 Feb 2021 15:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= =?UTF-8?q?=201.1.09?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jimureport-samples/jimureport-demo/pom.xml | 11 ++++++++++- .../src/main/resources/application.yml | 7 +++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/jimureport-samples/jimureport-demo/pom.xml b/jimureport-samples/jimureport-demo/pom.xml index 2f9458e..917f18a 100644 --- a/jimureport-samples/jimureport-demo/pom.xml +++ b/jimureport-samples/jimureport-demo/pom.xml @@ -42,6 +42,7 @@ 11.2.0.3 4.0 8.0.20 + 8.0.3 @@ -50,7 +51,7 @@ com.jimureport spring-boot-starter-jimureport - 1.1.09-beta + 1.1.09 @@ -73,6 +74,14 @@ 3.2.0 + + + io.minio + minio + ${minio.version} + true + + diff --git a/jimureport-samples/jimureport-demo/src/main/resources/application.yml b/jimureport-samples/jimureport-demo/src/main/resources/application.yml index d510067..b213aef 100644 --- a/jimureport-samples/jimureport-demo/src/main/resources/application.yml +++ b/jimureport-samples/jimureport-demo/src/main/resources/application.yml @@ -100,6 +100,13 @@ mybatis-plus: call-setters-on-nulls: true #jeecg专用配置 jeecg : + # 本地:local\Minio:minio\阿里云:alioss + uploadType: local + path : + #文件上传根目录 设置 + upload: D://opt//upFiles + #webapp文件路径 + webapp: D://opt//webapp #阿里云oss存储配置 oss: endpoint: oss-cn-beijing.aliyuncs.com