Commit cbc1b6b4a7718a58cbe5aecde43f500e58268fef
1 parent
a9e1e595
升级积木报表到最新版、升级springcloud到2021.0.3,解决Spring Cloud Gateway SpEL表达式注入问题
Showing
2 changed files
with
13 additions
and
8 deletions
jeecg-boot/jeecg-boot-module-system/pom.xml
... | ... | @@ -52,13 +52,6 @@ |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.jeecgframework.jimureport</groupId> |
54 | 54 | <artifactId>jimureport-spring-boot-starter</artifactId> |
55 | - <version>1.5.0-beta</version> | |
56 | - <exclusions> | |
57 | - <exclusion> | |
58 | - <artifactId>fastjson</artifactId> | |
59 | - <groupId>com.alibaba</groupId> | |
60 | - </exclusion> | |
61 | - </exclusions> | |
62 | 55 | </dependency> |
63 | 56 | |
64 | 57 | <!-- DEMO 示例模块 --> |
... | ... |
jeecg-boot/pom.xml
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | |
21 | 21 | <!-- 微服务属性 --> |
22 | 22 | <skip.springboot.maven>false</skip.springboot.maven> |
23 | - <spring-cloud.version>2021.0.0</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 | |
... | ... | @@ -336,6 +336,18 @@ |
336 | 336 | </exclusion> |
337 | 337 | </exclusions> |
338 | 338 | </dependency> |
339 | + <!-- 积木报表 --> | |
340 | + <dependency> | |
341 | + <groupId>org.jeecgframework.jimureport</groupId> | |
342 | + <artifactId>jimureport-spring-boot-starter</artifactId> | |
343 | + <version>1.5.0</version> | |
344 | + <exclusions> | |
345 | + <exclusion> | |
346 | + <artifactId>fastjson</artifactId> | |
347 | + <groupId>com.alibaba</groupId> | |
348 | + </exclusion> | |
349 | + </exclusions> | |
350 | + </dependency> | |
339 | 351 | </dependencies> |
340 | 352 | </dependencyManagement> |
341 | 353 | |
... | ... |