删除无用代码.
This commit is contained in:
+1
-133
@@ -38,32 +38,6 @@ spring:
|
||||
starttls:
|
||||
enable: true
|
||||
required: true
|
||||
## quartz定时任务,采用数据库方式
|
||||
# quartz:
|
||||
# job-store-type: jdbc
|
||||
# initialize-schema: embedded
|
||||
# #定时任务启动开关,true-开 false-关
|
||||
# auto-startup: true
|
||||
# #启动时更新己存在的Job
|
||||
# overwrite-existing-jobs: true
|
||||
# properties:
|
||||
# org:
|
||||
# quartz:
|
||||
# scheduler:
|
||||
# instanceName: MyScheduler
|
||||
# instanceId: AUTO
|
||||
# jobStore:
|
||||
# class: org.quartz.impl.jdbcjobstore.JobStoreTX
|
||||
# driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
||||
# tablePrefix: QRTZ_
|
||||
# isClustered: true
|
||||
# misfireThreshold: 60000
|
||||
# clusterCheckinInterval: 10000
|
||||
# threadPool:
|
||||
# class: org.quartz.simpl.SimpleThreadPool
|
||||
# threadCount: 10
|
||||
# threadPriority: 5
|
||||
# threadsInheritContextClassLoaderOfInitializingThread: true
|
||||
#json 时间戳统一转换
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
@@ -229,13 +203,6 @@ jero:
|
||||
secretKey: ??
|
||||
bucketName: jeroos
|
||||
staticDomain: jerodev
|
||||
# ElasticSearch 6设置
|
||||
elasticsearch:
|
||||
username: grp
|
||||
password: Grp2023.08
|
||||
cluster-name: jero-ES
|
||||
cluster-nodes: 10.10.10.45:7900
|
||||
check-enabled: false
|
||||
# 表单设计器配置
|
||||
desform:
|
||||
# 主题颜色(仅支持 16进制颜色代码)
|
||||
@@ -304,9 +271,7 @@ jero:
|
||||
aes:
|
||||
encrypted_key: 1234567890adbcde
|
||||
encrypted_iv: 1234567890hjlkew
|
||||
#cas单点登录
|
||||
cas:
|
||||
prefixUrl: http://cas.example.org:8443/cas
|
||||
|
||||
#Mybatis输出sql日志
|
||||
logging:
|
||||
level:
|
||||
@@ -321,31 +286,6 @@ knife4j:
|
||||
enable: false
|
||||
username: jero
|
||||
password: jero.com
|
||||
#第三方登录
|
||||
justauth:
|
||||
enabled: true
|
||||
type:
|
||||
GITHUB:
|
||||
client-id: true
|
||||
client-secret: true
|
||||
redirect-uri: http://sso.test.com:8080/jero-boot/sys/thirdLogin/github/callback
|
||||
WECHAT_ENTERPRISE:
|
||||
client-id: true
|
||||
client-secret: true
|
||||
redirect-uri: http://sso.test.com:8080/jero-boot/sys/thirdLogin/wechat_enterprise/callback
|
||||
agent-id: 1000002
|
||||
DINGTALK:
|
||||
client-id: true
|
||||
client-secret: true
|
||||
redirect-uri: http://sso.test.com:8080/jero-boot/sys/thirdLogin/dingtalk/callback
|
||||
WECHAT_OPEN:
|
||||
client-id: ??
|
||||
client-secret: ??
|
||||
redirect-uri: http://sso.test.com:8080/jero-boot/sys/thirdLogin/wechat_open/callback
|
||||
cache:
|
||||
type: default
|
||||
prefix: 'demo::'
|
||||
timeout: 1h
|
||||
|
||||
file:
|
||||
# 在线编辑文件下载映射地址
|
||||
@@ -357,81 +297,9 @@ file:
|
||||
# 在线编辑本地存储地址
|
||||
path: D:/opt/onlyOffice/file/
|
||||
|
||||
iam:
|
||||
bimRemoteUser: srmsIam
|
||||
bimRemotePwd: srmsIam2023
|
||||
# bimRemoteUser: bbcadmin
|
||||
# bimRemotePwd: P@ssw0rd
|
||||
bpmcAppkey: test
|
||||
# 创建用户默认角色
|
||||
defaultRoleIds: 817f7f818bb3506e018bb3506ef70000
|
||||
|
||||
# Hiwork集成
|
||||
hiwork:
|
||||
ip: http://task-test.sinotruk.com/
|
||||
# 异构系统标识
|
||||
sysCode: SRMS
|
||||
# 统一待办集成
|
||||
todoUrl: taskapi/task.basedata/integrationCall/workflowIntegration
|
||||
# 统一消息集成
|
||||
messageUrl: taskapi/task.basedata/notice/noticeCalls/send
|
||||
# 是否发送消息
|
||||
isSend: false
|
||||
|
||||
# 汽车标准数字化平台ASMS
|
||||
asms:
|
||||
host: http://standard.catarc.org.cn/
|
||||
# 测试账号用户名
|
||||
username: ceshi
|
||||
# 测试账号密码
|
||||
password: Catarc@333
|
||||
# token过期时间(单位:小时)
|
||||
expire: 48
|
||||
|
||||
# 单点登录配置(所有配置信息需要协调注册,现在都为假)
|
||||
oauth:
|
||||
# 客户端应用注册ID--客户申请的:SRMS
|
||||
clientId: SRMS
|
||||
# 客户端应用注册密钥 客户申请的:58a1001438de462193bec307826463c2
|
||||
clientSecret: 58a1001438de462193bec307826463c2
|
||||
# 授权码验证
|
||||
grantType: authorization_code
|
||||
# 通过授权码获取accessToken请求地址
|
||||
accessTokenUrl: https://iam-uat-new.sinotruk.com/idp/oauth2/getToken
|
||||
# 通过accessToken获取账号信息请求地址
|
||||
userInfoUrl: https://iam-uat-new.sinotruk.com/idp/oauth2/getUserInfo
|
||||
# 防止跨站请求伪造(CSRF)标识(暂时不用)
|
||||
state: zhongQi
|
||||
|
||||
# 起草部门部门名称
|
||||
draftDepartName: 起草部门
|
||||
|
||||
# 管理员权限roleCode,多填用英文逗号拼接
|
||||
adminRoleCode: admin
|
||||
|
||||
# 文件下载加解密
|
||||
download:
|
||||
enable: false
|
||||
# 文件下载、预览拦截路径,多个以逗号分隔
|
||||
download_url: /sys/common/download/
|
||||
view_url: /sys/common/view/
|
||||
# 管理员角色
|
||||
admin_role_code: admin,BZGLY
|
||||
# 加密参数
|
||||
encrypt:
|
||||
url: http://10.2.159.90/intekey/encrypteFile
|
||||
app_code: SRMS
|
||||
secret_key: SRMS1234..
|
||||
# 解密参数
|
||||
decrypt:
|
||||
url: http://10.2.159.90/intekey/file
|
||||
app_code: SRMS
|
||||
secret_key: SRMS1234..
|
||||
# 研发域
|
||||
scope_dev: 51
|
||||
# 办公域
|
||||
scope_work: 52
|
||||
|
||||
# 特殊公式处理服务URL
|
||||
mathToImg:
|
||||
url: http://127.0.0.1:9998/mathToImg
|
||||
|
||||
Reference in New Issue
Block a user