mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2025-10-14 14:30:23 +00:00
积木报表 1.9.0 版本发布
This commit is contained in:
@@ -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>
|
||||
|
@@ -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",
|
||||
|
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