mirror of https://github.com/jeecgboot/jeecg-boot
积木报表升级到最新版本1.3.1-beta2
parent
ef762ff21f
commit
649f99664e
File diff suppressed because one or more lines are too long
|
@ -43,7 +43,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jeecgframework.jimureport</groupId>
|
||||
<artifactId>spring-boot-starter-jimureport</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.3.1-beta2</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.jeecgframework</groupId>
|
||||
|
|
|
@ -170,6 +170,10 @@ mybatis-plus:
|
|||
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# 返回类型为Map,显示null对应的字段
|
||||
call-setters-on-nulls: true
|
||||
#minidao 设置
|
||||
minidao :
|
||||
base-package: org.jeecg.modules.jmreport.*
|
||||
db-type: mysql
|
||||
#jeecg专用配置
|
||||
jeecg :
|
||||
# 本地:local\Minio:minio\阿里云:alioss
|
||||
|
|
|
@ -170,6 +170,10 @@ mybatis-plus:
|
|||
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# 返回类型为Map,显示null对应的字段
|
||||
call-setters-on-nulls: true
|
||||
#minidao 设置
|
||||
minidao :
|
||||
base-package: org.jeecg.modules.jmreport.*
|
||||
db-type: mysql
|
||||
#jeecg专用配置
|
||||
jeecg :
|
||||
# 本地:local\Minio:minio\阿里云:alioss
|
||||
|
|
|
@ -170,6 +170,10 @@ mybatis-plus:
|
|||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# 返回类型为Map,显示null对应的字段
|
||||
call-setters-on-nulls: true
|
||||
#minidao 设置
|
||||
minidao :
|
||||
base-package: org.jeecg.modules.jmreport.*
|
||||
db-type: mysql
|
||||
#jeecg专用配置
|
||||
jeecg :
|
||||
# 本地:local\Minio:minio\阿里云:alioss
|
||||
|
|
|
@ -77,6 +77,10 @@ spring:
|
|||
#是否支持重试
|
||||
retry:
|
||||
enabled: true
|
||||
#minidao 设置
|
||||
minidao :
|
||||
base-package: org.jeecg.modules.jmreport.*
|
||||
db-type: mysql
|
||||
#jeecg专用配置
|
||||
jeecg :
|
||||
# 本地:local\Minio:minio\阿里云:alioss
|
||||
|
|
Loading…
Reference in New Issue