mirror of https://github.com/jeecgboot/jeecg-boot
升级积木报表版本号、修改readme
parent
452132ca38
commit
c579dbb24d
|
@ -205,15 +205,15 @@ Technical Architecture:
|
||||||
|
|
||||||
#### backend
|
#### backend
|
||||||
|
|
||||||
- Basic framework: Spring Boot 2.6.6
|
- Basic framework: Spring Boot 2.6.14
|
||||||
|
|
||||||
- Microservice framework: Spring Cloud Alibaba 2021.0.1.0
|
- Microservice framework: Spring Cloud Alibaba 2021.0.1.0
|
||||||
|
|
||||||
- Persistence layer framework: MybatisPlus 3.5.1
|
- Persistence layer framework: MybatisPlus 3.5.1
|
||||||
|
|
||||||
- Report tool: JimuReport 1.5.2
|
- Report tool: JimuReport 1.5.8
|
||||||
|
|
||||||
- Security framework: Apache Shiro 1.8.0, Jwt 3.11.0
|
- Security framework: Apache Shiro 1.10.0, Jwt 3.11.0
|
||||||
|
|
||||||
- Microservice technology stack: Spring Cloud Alibaba, Nacos, Gateway, Sentinel, Skywalking
|
- Microservice technology stack: Spring Cloud Alibaba, Nacos, Gateway, Sentinel, Skywalking
|
||||||
|
|
||||||
|
|
|
@ -238,15 +238,15 @@ VUE2版本专题介绍
|
||||||
|
|
||||||
#### 后端
|
#### 后端
|
||||||
|
|
||||||
- 基础框架:Spring Boot 2.6.6
|
- 基础框架:Spring Boot 2.6.14
|
||||||
|
|
||||||
- 微服务框架: Spring Cloud Alibaba 2021.0.1.0
|
- 微服务框架: Spring Cloud Alibaba 2021.0.1.0
|
||||||
|
|
||||||
- 持久层框架:MybatisPlus 3.5.1
|
- 持久层框架:MybatisPlus 3.5.1
|
||||||
|
|
||||||
- 报表工具: JimuReport 1.5.2
|
- 报表工具: JimuReport 1.5.8
|
||||||
|
|
||||||
- 安全框架:Apache Shiro 1.8.0,Jwt 3.11.0
|
- 安全框架:Apache Shiro 1.10.0,Jwt 3.11.0
|
||||||
|
|
||||||
- 微服务技术栈:Spring Cloud Alibaba、Nacos、Gateway、Sentinel、Skywalking
|
- 微服务技术栈:Spring Cloud Alibaba、Nacos、Gateway、Sentinel、Skywalking
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -55,7 +55,7 @@
|
||||||
<minidao.version>1.9.0</minidao.version>
|
<minidao.version>1.9.0</minidao.version>
|
||||||
|
|
||||||
<!-- 积木报表-->
|
<!-- 积木报表-->
|
||||||
<jimureport-spring-boot-starter.version>1.5.6</jimureport-spring-boot-starter.version>
|
<jimureport-spring-boot-starter.version>1.5.8</jimureport-spring-boot-starter.version>
|
||||||
<commons.version>2.6</commons.version>
|
<commons.version>2.6</commons.version>
|
||||||
<aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
|
<aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
|
||||||
<aliyun.oss.version>3.11.2</aliyun.oss.version>
|
<aliyun.oss.version>3.11.2</aliyun.oss.version>
|
||||||
|
@ -344,7 +344,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework.jimureport</groupId>
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
<artifactId>jimureport-nosql-starter</artifactId>
|
<artifactId>jimureport-nosql-starter</artifactId>
|
||||||
<version>${jimureport-spring-boot-starter.version}</version>
|
<version>1.5.6</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
Loading…
Reference in New Issue