积木报表升级到最新版本1.3.1-beta2

pull/2420/head
zhangdaiscott 2021-04-05 18:53:14 +08:00
parent ef762ff21f
commit 649f99664e
6 changed files with 24 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>

View File

@ -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\Miniominio\阿里云alioss

View File

@ -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\Miniominio\阿里云alioss

View File

@ -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\Miniominio\阿里云alioss

View File

@ -77,6 +77,10 @@ spring:
#是否支持重试
retry:
enabled: true
#minidao 设置
minidao :
base-package: org.jeecg.modules.jmreport.*
db-type: mysql
#jeecg专用配置
jeecg :
# 本地local\Miniominio\阿里云alioss