From 23ad615eb4e44cf98558a1645644eb357213e389 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Wed, 30 Oct 2024 16:48:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E6=9C=A8=E6=8A=A5=E8=A1=A81.9.0=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++------------ jimureport-example/Dockerfile | 4 ++-- jimureport-example/pom.xml | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index b3f9c47..1e9de6d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ v1.9.0 | 2024-11-05 ##### 一、积木报表依赖 -- springboot2版依赖 +> springboot2版依赖 ``` org.jeecgframework.jimureport @@ -63,23 +63,15 @@ v1.9.0 | 2024-11-05 ``` -- springboot3版依赖 -``` - - org.jeecgframework.jimureport - jimureport-spring-boot3-starter-fastjson2 - 1.8.1 - -``` -##### 二、积木仪表盘依赖 -- 仪表盘设计器(只支持springboot2) +##### 二、积木仪表盘大屏依赖 +> springboot2版依赖 ``` org.jeecgframework.jimureport jimureport-dashboard-spring-boot-starter - 1.8.1-beta + 1.9.0 ``` diff --git a/jimureport-example/Dockerfile b/jimureport-example/Dockerfile index 3e6a684..f5e23f9 100644 --- a/jimureport-example/Dockerfile +++ b/jimureport-example/Dockerfile @@ -10,6 +10,6 @@ WORKDIR /jimureport EXPOSE 8085 -ADD ./target/jimureport-example-1.8.jar ./ +ADD ./target/jimureport-example-1.9.jar ./ -CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-1.8.jar \ No newline at end of file +CMD java -DMYSQL-HOST=jimureport-mysql -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jimureport-example-1.9.jar \ No newline at end of file diff --git a/jimureport-example/pom.xml b/jimureport-example/pom.xml index 7cd3c32..a1fa97b 100644 --- a/jimureport-example/pom.xml +++ b/jimureport-example/pom.xml @@ -12,7 +12,7 @@ jimureport-example org.jeecg jimureport-example - 1.8 + 1.9 http://www.jimureport.com 积木报表集成示例