3 Star 0 Fork 0

hxxdark/fireconfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
datahandler-demo.yml 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
logging:
level:
cn.turing.firecontrol: DEBUG
server:
port: 2345
spring:
application:
name: turing-datahandler
datasource:
url: jdbc:mysql://43.142.33.78:3306/turing-datahandler?characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
druid:
stat-view-servlet:
loginUsername: root
loginPassword: 123456
elasticsearch: #ES中系统变量 # Elasticsearch 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口
cluster-name: my-application
cluster-nodes: 43.142.33.78:9301,43.142.33.78:9302,43.142.33.78:9303
pool-size: 5
rest:
uris:
- http://43.142.33.78:9201
- http://43.142.33.78:9202
- http://43.142.33.78:9203
# 配置数据库
mybatis:
basepackage: cn.turing.firecontrol.datahandler.mapper
xmlLocation: classpath:mapper/**/*.xml
mapper-locations: "classpath*:mapper/*.xml"
configuration:
cache-enabled: false
mapper:
mappers: cn.turing.firecontrol.common.mapper.CommonMapper
# 配置swagger
swagger:
enabled: true
base-package: cn.turing.firecontrol.datahandler
title: 消防大数据
version: 1.0.0.SNAPSHOT
description: 数据处理管理服务
contact:
name: 武汉中科图灵科技有限公司
global-operation-parameters[0]:
name: Authorization
description: 12
modelRef: string
parameterType: header
required: false
#配置用户认证和服务认证信息
auth:
serviceId: turing-auth
user:
token-header: Authorization
limit-expire: 1440 # 一天过去,单位分钟
client:
id: turing-datahandler
secret: 123456
token-header: client-token
#自行配置激光推送
jpush:
appKey:
masterSecret:
liveTime: 300000
title: 消防平台
#xxl-job配置
xxl:
job:
#执行器通讯TOKEN [选填]:非空时启用
accessToken: ''
admin:
#调度中心部署跟地址
addresses: http://127.0.0.1:8080/xxl-job-admin
executor:
#执行器注册
address: ''
#执行器AppName
appname: my-job
#执行器AppName
ip:
#执行器运行日志文件存储磁盘路径
logpath: D:/logs/
#执行器日志文件保存天数
logretentiondays: 30
port: 9999
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/darkak/fireconfig.git
git@gitee.com:darkak/fireconfig.git
darkak
fireconfig
fireconfig
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385