mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-10-15 15:30:23 +00:00
积木报表 1.9.0 版本发布
This commit is contained in:
@@ -68,17 +68,11 @@
|
|||||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
<artifactId>jimureport-spring-boot-starter</artifactId>
|
||||||
<version>${jimureport.version}</version>
|
<version>${jimureport.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 积木仪表盘 -->
|
<!-- 积木仪表盘大屏 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework.jimureport</groupId>
|
<groupId>org.jeecgframework.jimureport</groupId>
|
||||||
<artifactId>jimureport-dashboard-spring-boot-starter</artifactId>
|
<artifactId>jimureport-dashboard-spring-boot-starter</artifactId>
|
||||||
<version>1.8.1-beta</version>
|
<version>${jimureport.version}</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.jeecgframework.jimureport</groupId>
|
|
||||||
<artifactId>jimureport-spring-boot-starter</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- mogodb和redis支持 -->
|
<!-- mogodb和redis支持 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@@ -28,6 +28,7 @@ public class SpringSecurityConfig {
|
|||||||
.antMatchers("/jmreport/**/cdn/**",
|
.antMatchers("/jmreport/**/cdn/**",
|
||||||
"/jmreport/desreport_/**/*.js",
|
"/jmreport/desreport_/**/*.js",
|
||||||
"/jmreport/desreport_/**/*.css",
|
"/jmreport/desreport_/**/*.css",
|
||||||
|
"/jmreport/desreport_/**/*.ico",
|
||||||
"/jmreport/desreport_/**/*.png").permitAll()
|
"/jmreport/desreport_/**/*.png").permitAll()
|
||||||
// 不需要登录的接口
|
// 不需要登录的接口
|
||||||
.antMatchers("/jmreport/excelQueryByTemplate",
|
.antMatchers("/jmreport/excelQueryByTemplate",
|
||||||
|
BIN
jimureport-example/src/main/resources/static/favicon.ico
Normal file
BIN
jimureport-example/src/main/resources/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Reference in New Issue
Block a user