1 Star 0 Fork 46

coke / fire_control_config_example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
datahandler-demo.yml 1.22 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
zhangl 提交于 2020-09-17 12:00 . 配置模板提交
logging:
level:
cn.turing.firecontrol: DEBUG
server:
port: 2345
spring:
application:
name: turing-datahandler
datasource:
url: jdbc:mysql://host:3306/turing_datahandler?useUnicode=true&characterEncoding=UTF8
# 配置数据库
mybatis:
basepackage: cn.turing.firecontrol.datahandler.mapper
xmlLocation: classpath:mapper/**/*.xml
mapper-locations: "classpath*:mapper/*.xml"
configuration:
cache-enabled: false
# 配置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
mapper:
mappers: cn.turing.firecontrol.common.mapper.CommonMapper
#自行配置激光推送
jpush:
appKey:
masterSecret:
liveTime: 300000
title: 消防平台
1
https://gitee.com/colala/fire_control_config_example.git
git@gitee.com:colala/fire_control_config_example.git
colala
fire_control_config_example
fire_control_config_example
master

搜索帮助