积木报表 1.9.0 版本发布

This commit is contained in:
JEECG
2024-10-30 16:44:02 +08:00
parent 23158af648
commit a83d4d0ce6
3 changed files with 3 additions and 8 deletions

View File

@@ -68,17 +68,11 @@
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>${jimureport.version}</version>
</dependency>
<!-- 积木仪表盘 -->
<!-- 积木仪表盘大屏 -->
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-dashboard-spring-boot-starter</artifactId>
<version>1.8.1-beta</version>
<exclusions>
<exclusion>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
</exclusion>
</exclusions>
<version>${jimureport.version}</version>
</dependency>
<!-- mogodb和redis支持 -->
<dependency>

View File

@@ -28,6 +28,7 @@ public class SpringSecurityConfig {
.antMatchers("/jmreport/**/cdn/**",
"/jmreport/desreport_/**/*.js",
"/jmreport/desreport_/**/*.css",
"/jmreport/desreport_/**/*.ico",
"/jmreport/desreport_/**/*.png").permitAll()
// 不需要登录的接口
.antMatchers("/jmreport/excelQueryByTemplate",

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB