Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
649f9966
Commit
649f9966
authored
Apr 05, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
积木报表升级到最新版本1.3.1-beta2
parent
ef762ff2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
1 deletions
+17
-1
jeecg-boot/db/tables_nacos.sql
+0
-0
jeecg-boot/jeecg-boot-module-system/pom.xml
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
+4
-0
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
+4
-0
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml
+4
-0
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-cloud/nacos/jeecg-dev.yaml
+4
-0
No files found.
jeecg-boot/db/tables_nacos.sql
View file @
649f9966
This diff is collapsed.
Click to expand it.
jeecg-boot/jeecg-boot-module-system/pom.xml
View file @
649f9966
...
...
@@ -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>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
View file @
649f9966
...
...
@@ -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
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
View file @
649f9966
...
...
@@ -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
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml
View file @
649f9966
...
...
@@ -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
...
...
jeecg-boot/jeecg-boot-starter/jeecg-boot-starter-cloud/nacos/jeecg-dev.yaml
View file @
649f9966
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment