Commit b642325b2a89610f5cf5013305707917aafe1c0f

Authored by zhangdaiscott
1 parent 5c9ec4d0

升级版本号3.3.0

Showing 37 changed files with 59 additions and 87 deletions
jeecg-boot/README.md
1 1 Jeecg-Boot 低代码开发平台
2 2 ===============
3 3  
4   -当前最新版本: 3.2.0(发布日期:20220425)
  4 +当前最新版本: 3.3.0(发布日期:20220725)
5 5  
6 6  
7 7 ## 后端技术架构
... ...
jeecg-boot/jeecg-boot-base/jeecg-boot-base-api/jeecg-system-cloud-api/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-base-api</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/jeecg-boot-base/jeecg-boot-base-api/jeecg-system-local-api/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-base-api</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/jeecg-boot-base/jeecg-boot-base-api/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-base</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/pom.xml
... ... @@ -4,7 +4,7 @@
4 4 <parent>
5 5 <groupId>org.jeecgframework.boot</groupId>
6 6 <artifactId>jeecg-boot-base</artifactId>
7   - <version>3.2.0</version>
  7 + <version>3.3.0</version>
8 8 </parent>
9 9 <modelVersion>4.0.0</modelVersion>
10 10  
... ...
jeecg-boot/jeecg-boot-base/jeecg-boot-base-tools/pom.xml
... ... @@ -4,7 +4,7 @@
4 4 <parent>
5 5 <groupId>org.jeecgframework.boot</groupId>
6 6 <artifactId>jeecg-boot-base</artifactId>
7   - <version>3.2.0</version>
  7 + <version>3.3.0</version>
8 8 </parent>
9 9 <modelVersion>4.0.0</modelVersion>
10 10 <description>公共模块</description>
... ...
jeecg-boot/jeecg-boot-base/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-parent</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/jeecg-boot-module-demo/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-parent</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/jeecg-boot-module-system/Dockerfile
... ... @@ -11,6 +11,6 @@ WORKDIR /jeecg-boot
11 11 EXPOSE 8080
12 12  
13 13 ADD ./src/main/resources/jeecg ./config/jeecg
14   -ADD ./target/jeecg-boot-module-system-3.2.0.jar ./
  14 +ADD ./target/jeecg-boot-module-system-3.3.0.jar ./
15 15  
16   -CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-boot-module-system-3.2.0.jar
17 16 \ No newline at end of file
  17 +CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-boot-module-system-3.3.0.jar
18 18 \ No newline at end of file
... ...
jeecg-boot/jeecg-boot-module-system/pom.xml
... ... @@ -4,7 +4,7 @@
4 4 <parent>
5 5 <groupId>org.jeecgframework.boot</groupId>
6 6 <artifactId>jeecg-boot-parent</artifactId>
7   - <version>3.2.0</version>
  7 + <version>3.3.0</version>
8 8 </parent>
9 9 <modelVersion>4.0.0</modelVersion>
10 10  
... ... @@ -34,6 +34,11 @@
34 34 <groupId>org.jeecgframework.boot</groupId>
35 35 <artifactId>jeecg-system-local-api</artifactId>
36 36 </dependency>
  37 + <!-- 企业微信/钉钉 api -->
  38 + <dependency>
  39 + <groupId>org.jeecgframework</groupId>
  40 + <artifactId>jeewx-api</artifactId>
  41 + </dependency>
37 42 <dependency>
38 43 <groupId>org.hibernate</groupId>
39 44 <artifactId>hibernate-core</artifactId>
... ... @@ -42,18 +47,12 @@
42 47 <groupId>org.jeecgframework.boot</groupId>
43 48 <artifactId>hibernate-re</artifactId>
44 49 </dependency>
45   -
46   - <!-- 企业微信/钉钉 api -->
47   - <dependency>
48   - <groupId>org.jeecgframework</groupId>
49   - <artifactId>jeewx-api</artifactId>
50   - </dependency>
51 50 <!-- 积木报表 -->
52 51 <dependency>
53 52 <groupId>org.jeecgframework.jimureport</groupId>
54 53 <artifactId>jimureport-spring-boot-starter</artifactId>
  54 + <version>${jimureport-spring-boot-starter.version}</version>
55 55 </dependency>
56   -
57 56 <!-- DEMO 示例模块 -->
58 57 <dependency>
59 58 <groupId>org.jeecgframework.boot</groupId>
... ... @@ -69,38 +68,10 @@
69 68 <groupId>org.springframework.boot</groupId>
70 69 <artifactId>spring-boot-maven-plugin</artifactId>
71 70 <configuration>
72   - <!--SpringCloud运行环境 ,值改为true跳过SpringBoot启动打包插件 -->
  71 + <!--微服务模式下修改为true,跳过SpringBoot启动打包插件,否则微服务模块无法引用-->
73 72 <skip>${skip.springboot.maven}</skip>
74 73 </configuration>
75 74 </plugin>
76 75 </plugins>
77 76 </build>
78   -
79   - <profiles>
80   - <!-- SpringCloud运行环境 -->
81   - <profile>
82   - <id>SpringCloud</id>
83   - <build>
84   - <resources>
85   - <resource>
86   - <directory>src/main/resources</directory>
87   - <filtering>true</filtering>
88   - <!-- SpringCloud运行环境的配置,排除system模块jar里的yaml -->
89   - <excludes>
90   - <exclude>application.yml</exclude>
91   - <exclude>application-*.yml</exclude>
92   - </excludes>
93   - </resource>
94   - <resource>
95   - <directory>src/main/java</directory>
96   - <includes>
97   - <include>**/*.xml</include>
98   - <include>**/*.json</include>
99   - <include>**/*.ftl</include>
100   - </includes>
101   - </resource>
102   - </resources>
103   - </build>
104   - </profile>
105   - </profiles>
106 77 </project>
107 78 \ No newline at end of file
... ...
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-cloud/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-starter</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-boot-starter-cloud</artifactId>
... ...
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-job/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-starter</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-boot-starter-job</artifactId>
... ...
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-lock/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-starter</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-boot-starter-lock</artifactId>
... ...
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-rabbitmq/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-starter</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-boot-starter-rabbitmq</artifactId>
... ...
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-seata/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-starter</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-boot-starter-seata</artifactId>
... ...
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-shardingsphere/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-starter</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-boot-starter-shardingsphere</artifactId>
... ...
jeecg-boot/jeecg-boot-starter/pom.xml
... ... @@ -4,7 +4,7 @@
4 4 <parent>
5 5 <groupId>org.jeecgframework.boot</groupId>
6 6 <artifactId>jeecg-boot-parent</artifactId>
7   - <version>3.2.0</version>
  7 + <version>3.3.0</version>
8 8 </parent>
9 9 <modelVersion>4.0.0</modelVersion>
10 10 <artifactId>jeecg-boot-starter</artifactId>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/Dockerfile
... ... @@ -10,6 +10,6 @@ WORKDIR /jeecg-cloud-gateway
10 10  
11 11 EXPOSE 9999
12 12  
13   -ADD ./target/jeecg-cloud-gateway-3.2.0.jar ./
  13 +ADD ./target/jeecg-cloud-gateway-3.3.0.jar ./
14 14  
15   -CMD sleep 50;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-gateway-3.2.0.jar
16 15 \ No newline at end of file
  16 +CMD sleep 50;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-gateway-3.3.0.jar
17 17 \ No newline at end of file
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-module</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-cloud-gateway</artifactId>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-monitor/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-module</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-cloud-monitor</artifactId>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-nacos/Dockerfile
... ... @@ -10,6 +10,6 @@ WORKDIR /jeecg-cloud-nacos
10 10  
11 11 EXPOSE 8848
12 12  
13   -ADD ./target/jeecg-cloud-nacos-3.2.0.jar ./
  13 +ADD ./target/jeecg-cloud-nacos-3.3.0.jar ./
14 14  
15   -CMD sleep 5;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-nacos-3.2.0.jar
16 15 \ No newline at end of file
  16 +CMD sleep 5;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-nacos-3.3.0.jar
17 17 \ No newline at end of file
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-nacos/pom.xml
... ... @@ -5,7 +5,6 @@
5 5 <artifactId>jeecg-cloud-nacos</artifactId>
6 6 <name>jeecg-cloud-nacos</name>
7 7 <description>nacos启动模块</description>
8   - <version>3.2.0</version>
9 8  
10 9 <!-- Nacos2不支持springboot2.6.6 -->
11 10 <parent>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-sentinel/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-module</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <artifactId>jeecg-cloud-sentinel</artifactId>
11 11 <name>jeecg-cloud-sentinel</name>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-system-start/Dockerfile
... ... @@ -10,6 +10,6 @@ WORKDIR /jeecg-cloud-system
10 10  
11 11 EXPOSE 7001
12 12  
13   -ADD ./target/jeecg-cloud-system-start-3.2.0.jar ./
  13 +ADD ./target/jeecg-cloud-system-start-3.3.0.jar ./
14 14  
15   -CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-system-start-3.2.0.jar
16 15 \ No newline at end of file
  16 +CMD sleep 10;java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-system-start-3.3.0.jar
17 17 \ No newline at end of file
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-system-start/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-module</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-cloud-system-start</artifactId>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/jeecg-cloud-test-more/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-test</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <description>公共测试模块</description>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/jeecg-cloud-test-rabbitmq/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-test</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <description>消息队列测试模块</description>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/jeecg-cloud-test-seata/jeecg-cloud-test-seata-account/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-test-seata</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <description>分布式事务测试模块</description>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/jeecg-cloud-test-seata/jeecg-cloud-test-seata-order/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-test-seata</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <description>分布式事务测试模块</description>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/jeecg-cloud-test-seata/jeecg-cloud-test-seata-product/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-test-seata</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <description>分布式事务测试模块</description>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/jeecg-cloud-test-seata/pom.xml
... ... @@ -5,12 +5,11 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-test</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11 <artifactId>jeecg-cloud-test-seata</artifactId>
12 12 <packaging>pom</packaging>
13   -
14 13 <modules>
15 14 <module>jeecg-cloud-test-seata-account</module>
16 15 <module>jeecg-cloud-test-seata-product</module>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/jeecg-cloud-test-shardingsphere/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-test</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-test/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-module</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10  
11 11 <modelVersion>4.0.0</modelVersion>
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-xxljob/Dockerfile
... ... @@ -10,7 +10,7 @@ WORKDIR /jeecg-cloud-xxljob
10 10  
11 11 EXPOSE 9080
12 12  
13   -ADD ./target/jeecg-cloud-xxljob-3.2.0.jar ./
  13 +ADD ./target/jeecg-cloud-xxljob-3.3.0.jar ./
14 14  
15   -CMD java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-xxljob-3.2.0.jar
  15 +CMD java -Dfile.encoding=utf-8 -Djava.security.egd=file:/dev/./urandom -jar jeecg-cloud-xxljob-3.3.0.jar
16 16  
... ...
jeecg-boot/jeecg-cloud-module/jeecg-cloud-xxljob/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-cloud-module</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/jeecg-cloud-module/pom.xml
... ... @@ -5,7 +5,7 @@
5 5 <parent>
6 6 <artifactId>jeecg-boot-parent</artifactId>
7 7 <groupId>org.jeecgframework.boot</groupId>
8   - <version>3.2.0</version>
  8 + <version>3.3.0</version>
9 9 </parent>
10 10 <modelVersion>4.0.0</modelVersion>
11 11  
... ...
jeecg-boot/pom.xml
... ... @@ -2,7 +2,7 @@
2 2 <modelVersion>4.0.0</modelVersion>
3 3 <groupId>org.jeecgframework.boot</groupId>
4 4 <artifactId>jeecg-boot-parent</artifactId>
5   - <version>3.2.0</version>
  5 + <version>3.3.0</version>
6 6 <packaging>pom</packaging>
7 7 <name>JEECG BOOT ${project.version}</name>
8 8  
... ... @@ -14,13 +14,13 @@
14 14 </parent>
15 15  
16 16 <properties>
17   - <jeecgboot.version>3.2.0</jeecgboot.version>
  17 + <jeecgboot.version>3.3.0</jeecgboot.version>
18 18 <java.version>1.8</java.version>
19 19 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20 20  
21 21 <!-- 微服务属性 -->
22 22 <skip.springboot.maven>false</skip.springboot.maven>
23   - <spring-cloud.version>2021.0.3</spring-cloud.version>
  23 + <spring-cloud.version>2021.0.3</spring-cloud.version>
24 24 <spring-cloud-alibaba.version>2021.1</spring-cloud-alibaba.version>
25 25 <alibaba.nacos.version>2.0.4</alibaba.nacos.version>
26 26  
... ... @@ -41,8 +41,11 @@
41 41 <!-- 持久层 -->
42 42 <mybatis-plus.version>3.5.1</mybatis-plus.version>
43 43 <dynamic-datasource-spring-boot-starter.version>3.2.0</dynamic-datasource-spring-boot-starter.version>
44   - <minidao.version>1.9.0</minidao.version>
45 44 <druid.version>1.1.22</druid.version>
  45 + <minidao.version>1.9.0</minidao.version>
  46 +
  47 + <!-- 积木报表-->
  48 + <jimureport-spring-boot-starter.version>1.5.2</jimureport-spring-boot-starter.version>
46 49 <commons.version>2.6</commons.version>
47 50 <aliyun-java-sdk-dysmsapi.version>2.1.0</aliyun-java-sdk-dysmsapi.version>
48 51 <aliyun.oss.version>3.11.2</aliyun.oss.version>
... ... @@ -51,7 +54,7 @@
51 54 <java-jwt.version>3.11.0</java-jwt.version>
52 55 <shiro-redis.version>3.1.0</shiro-redis.version>
53 56 <codegenerate.version>1.3.9</codegenerate.version>
54   - <autopoi-web.version>1.4.0</autopoi-web.version>
  57 + <autopoi-web.version>1.4.2</autopoi-web.version>
55 58 <minio.version>8.0.3</minio.version>
56 59 <justauth-spring-boot-starter.version>1.3.4</justauth-spring-boot-starter.version>
57 60 <dom4j.version>1.6.1</dom4j.version>
... ... @@ -336,15 +339,15 @@
336 339 </exclusion>
337 340 </exclusions>
338 341 </dependency>
339   - <!-- 积木报表 -->
  342 + <!-- 积木报表-->
340 343 <dependency>
341 344 <groupId>org.jeecgframework.jimureport</groupId>
342 345 <artifactId>jimureport-spring-boot-starter</artifactId>
343   - <version>1.5.0</version>
  346 + <version>${jimureport-spring-boot-starter.version}</version>
344 347 <exclusions>
345 348 <exclusion>
346   - <artifactId>fastjson</artifactId>
347   - <groupId>com.alibaba</groupId>
  349 + <artifactId>autopoi-web</artifactId>
  350 + <groupId>org.jeecgframework</groupId>
348 351 </exclusion>
349 352 </exclusions>
350 353 </dependency>
... ...