You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

56 lines
1.6 KiB

server:
port: 7202
spring:
#数据库
datasource:
url: jdbc:mysql://${MYSQL-HOST:127.0.0.1}:${MYSQL-PORT:3306}/${MYSQL-DB:jimureport}?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: 1LAiGz$t1*Iw
driver-class-name: com.mysql.cj.jdbc.Driver
#持久层框架
minidao:
base-package: org.jeecg.modules.jmreport.*
jeecg:
# local|minio|alioss
uploadType: local
# local
path:
#文件路径
upload: /opt/upload
# alioss
oss:
endpoint: ??
accessKey: ??
secretKey: ??
bucketName: jimureport
# minio
minio:
minio_url: http://minio.jeecg.com
minio_name: ??
minio_pass: ??
bucketName: ??
#大屏报表参数设置
jmreport:
#多租户模式,默认值为空(created:按照创建人隔离、tenant:按照租户隔离)
saasMode: created
# 平台上线安全配置
firewall:
# 数据源安全 (开启后,不允许使用平台数据源、SQL解析加签并且不允许查询数据库)
dataSourceSafe: true
# 低代码开发模式(dev:开发模式,prod:发布模式—关闭在线报表设计功能,分配角色admin、lowdeveloper可放开限制)
lowCodeMode: prod
# 展示列数
col: 100
# 展示行数
row: 200
#自定义API接口的前缀 #{api_base_path}和#{domainURL}的值
apiBasePath: http://127.0.0.1:7201
pageSize:
- 10
- 20
- 30
- 40
#输出sql日志
logging:
level:
org.jeecg.modules.jmreport: info