合并到主分支 #12
@@ -3,19 +3,19 @@ v2:
|
||||
xnljmap:
|
||||
#win服务器 本地 注意!! 记住这个结尾有一个/
|
||||
oss: file:/data/qomo-boot/oss/
|
||||
# oss: file:D:/upload/
|
||||
# oss: file:D:/upload/
|
||||
#linux服务器
|
||||
#oss: file:/home/webapps/oss/
|
||||
#虚拟路径映射路径 end
|
||||
#本地存放地址 注意!! 记住这个结尾没有/
|
||||
fileurl: /data/qomo-boot/oss
|
||||
# fileurl: D:/upload
|
||||
# fileurl: D:/upload
|
||||
#http://127.0.0.1:8080/oss/{yy}/2022-12-22/c83a77ae134a540c30daa6a0666fa945.md
|
||||
httpurl: /qomo/
|
||||
defaultFormat: .png
|
||||
|
||||
server:
|
||||
port: 8095
|
||||
port: 8082
|
||||
tomcat:
|
||||
max-swallow-size: -1
|
||||
error:
|
||||
@@ -154,8 +154,7 @@ spring:
|
||||
prefer-file-system-access: false
|
||||
# 设置ftl文件路径
|
||||
template-loader-path:
|
||||
- classpath:/template
|
||||
# - d:/data
|
||||
- classpath:/templates
|
||||
template_update_delay: 0
|
||||
# 设置静态文件路径,js,css等
|
||||
mvc:
|
||||
@@ -211,13 +210,6 @@ spring:
|
||||
username: zzzz
|
||||
password: knphm2021
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# url: jdbc:mysql://121.40.189.20:3306/knne?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&serverTimezone=Asia/Shanghai
|
||||
# username: root
|
||||
# password: YMzc157#
|
||||
# driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# url: jdbc:mysql://192.168.50.9:2212/selef_report?useUnicode=true&allowMultiQueries=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai&useSSL=false
|
||||
# username: root
|
||||
# password: root
|
||||
# 多数据源配置
|
||||
#multi-datasource1:
|
||||
#url: jdbc:mysql://localhost:3306/jeecg-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
||||
@@ -226,12 +218,13 @@ spring:
|
||||
#driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
#redis 配置
|
||||
redis:
|
||||
database: 5
|
||||
# host: 192.168.50.9
|
||||
# port: 7379
|
||||
# password: 'zzboard'
|
||||
host: 121.40.189.20
|
||||
port: 6389
|
||||
# database: 5
|
||||
# host: 121.40.189.20
|
||||
# port: 6389
|
||||
database: 9
|
||||
host: 192.168.50.9
|
||||
port: 7379
|
||||
password: 'zzboard'
|
||||
main:
|
||||
allow-circular-references: true
|
||||
|
||||
@@ -264,7 +257,7 @@ mybatis-plus:
|
||||
configuration:
|
||||
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
||||
# log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
||||
# 返回类型为Map,显示null对应的字段
|
||||
call-setters-on-nulls: true
|
||||
#jeecg专用配置
|
||||
@@ -289,8 +282,8 @@ jeecg:
|
||||
#webapp文件路径
|
||||
webapp: /opt/webapp
|
||||
shiro:
|
||||
# excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo,/sys/sysDepart/**,/taskSocket/**,/flowSocket/**
|
||||
excludeUrls: /**/**,/**/**/**
|
||||
excludeUrls: /api/**,/api/internalService/**,/test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo,/sys/sysDepart/**,/taskSocket/**,/flowSocket/**,/dataCheck/**
|
||||
# excludeUrls: /**/**,/**/**/**
|
||||
|
||||
#阿里云oss存储和大鱼短信秘钥配置
|
||||
oss:
|
||||
@@ -298,11 +291,6 @@ jeecg:
|
||||
secretKey: ??
|
||||
endpoint: oss-cn-beijing.aliyuncs.com
|
||||
bucketName: jeecgdev
|
||||
minio:
|
||||
minio_url: http://192.168.50.102:9000
|
||||
minio_name: admin
|
||||
minio_pass: minioadmin
|
||||
bucketName: bucket803
|
||||
# ElasticSearch 6设置
|
||||
elasticsearch:
|
||||
cluster-name: elasticsearch-cluster
|
||||
@@ -312,14 +300,15 @@ jeecg:
|
||||
task-data-struct-index: task_data_struct_dev/_doc
|
||||
task-data-temp-index: task_data_temp_dev/_doc
|
||||
task-log-index: task_log_dev/_doc
|
||||
task-record-index: clean_data_record/_doc
|
||||
# 在线预览文件服务器地址配置
|
||||
file-view-domain: http://fileview.jeecg.com
|
||||
# minio文件上传
|
||||
# minio:
|
||||
# minio_url: http://minio.jeecg.com
|
||||
# minio_name: ??
|
||||
# minio_pass: ??
|
||||
# bucketName: otatest
|
||||
minio:
|
||||
minio_url: http://minio.jeecg.com
|
||||
minio_name: ??
|
||||
minio_pass: ??
|
||||
bucketName: otatest
|
||||
#大屏报表参数设置
|
||||
jmreport:
|
||||
mode: dev
|
||||
@@ -442,19 +431,17 @@ flowable:
|
||||
Qomo:
|
||||
version: @project.version@
|
||||
|
||||
modelPath: /opt/services/deploy-jars/algo/model
|
||||
modelPath: /opt/deploy/qomo/backend/algo/model
|
||||
seaTunnelHome: /opt/service/apache-seatunnel-2.3.4
|
||||
hiveMetastoreUri: thrift://192.168.50.102:9083
|
||||
hiveSitePath: /opt/service/apache-seatunnel-2.3.4/deploy/hive-site.xml
|
||||
hdfsSitePath: /opt/service/apache-seatunnel-2.3.4/deploy/hdfs-site.xml
|
||||
|
||||
minio:
|
||||
server: http://192.168.50.102
|
||||
port: 9000
|
||||
server: http://192.168.50.9
|
||||
port: 9100
|
||||
access-key: admin
|
||||
secret-key: minioadmin
|
||||
bucketName: bucket1
|
||||
secret-key: qm123456
|
||||
|
||||
condaEnv: py310
|
||||
|
||||
analysis:
|
||||
consistency:
|
||||
url: http://192.168.50.9:1314/analysis
|
||||
tikaServerUrl: http://192.168.50.99:8099/qomo-tika/
|
||||
Reference in New Issue
Block a user