1.3.78版本发布

dependabot/maven/jimureport-example/org.xerial-sqlite-jdbc-3.41.2.2
zhangdaiscott 2021-08-14 13:18:14 +08:00
parent 1b7431e4d2
commit 469da9bc81
3 changed files with 0 additions and 139 deletions

View File

@ -1,43 +0,0 @@
server:
port: 8089
spring:
#配置静态资源
mvc:
static-path-pattern: /**
resource:
static-locations: classpath:/static/
#配置数据库
datasource:
url: jdbc:mysql://${MYSQL-HOST:127.0.0.1}:${MYSQL-PORT:3306}/${MYSQL-DB:jimureport}?serverTimezone=UTC&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
#Minidao配置
minidao :
base-package: org.jeecg.modules.jmreport.*
#DB类型mysql|postgresql|oracle|sqlserver|other
db-type: mysql
#JimuReport[上传配置]
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: ??
#输出sql日志
logging:
level:
org.jeecg.modules.jmreport : info

View File

@ -1,48 +0,0 @@
server:
port: 8085
spring:
#配置静态资源
mvc:
static-path-pattern: /**
resource:
static-locations: classpath:/static/
#配置数据库
datasource:
url: jdbc:oracle:thin:@192.168.1.199:1521:helowin
username: jeecgbootbpm
password: jeecg196283
driver-class-name: oracle.jdbc.OracleDriver
#Minidao配置
minidao :
base-package: org.jeecg.modules.jmreport.*
#DB类型mysql|postgresql|oracle|sqlserver|other
db-type: sqlserver
#JimuReport[上传配置]
jeecg :
jmreport:
#自定义项目前缀
customPrePath:
#接口超时设置(毫秒)
connect-timeout: 300000
# 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: ??
#输出sql日志
logging:
level:
org.jeecg.modules.jmreport : debug

View File

@ -1,48 +0,0 @@
server:
port: 8085
spring:
#配置静态资源
mvc:
static-path-pattern: /**
resource:
static-locations: classpath:/static/
#配置数据库
datasource:
url: jdbc:sqlserver://192.168.1.199:1433;SelectMethod=cursor;DatabaseName=jimureport
username: sa
password: jeecg2019@Pas
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
#Minidao配置
minidao :
base-package: org.jeecg.modules.jmreport.*
#DB类型mysql|postgresql|oracle|sqlserver|other
db-type: sqlserver
#JimuReport[上传配置]
jeecg :
jmreport:
#自定义项目前缀
customPrePath:
#接口超时设置(毫秒)
connect-timeout: 300000
# 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: ??
#输出sql日志
logging:
level:
org.jeecg.modules.jmreport : debug