Browse Source

升级积木报表版本号、修改readme

pull/5049/head
zhangdaiscott 2 years ago
parent
commit
c579dbb24d
  1. 6
      README-EN.md
  2. 6
      README.md
  3. 4
      pom.xml

6
README-EN.md

@ -205,15 +205,15 @@ Technical Architecture:
#### backend
- Basic framework: Spring Boot 2.6.6
- Basic framework: Spring Boot 2.6.14
- Microservice framework: Spring Cloud Alibaba 2021.0.1.0
- 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

6
README.md

@ -238,15 +238,15 @@ VUE2版本专题介绍
#### 后端
- 基础框架:Spring Boot 2.6.6
- 基础框架:Spring Boot 2.6.14
- 微服务框架: Spring Cloud Alibaba 2021.0.1.0
- 持久层框架: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

4
pom.xml

@ -55,7 +55,7 @@
<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>
<aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
<aliyun.oss.version>3.11.2</aliyun.oss.version>
@ -344,7 +344,7 @@
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-nosql-starter</artifactId>
<version>${jimureport-spring-boot-starter.version}</version>
<version>1.5.6</version>
</dependency>
</dependencies>
</dependencyManagement>

Loading…
Cancel
Save