代码拉取完成,页面将自动刷新
同步操作将从 小黑/消防配置 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
socketIP: 127.0.0.1
socketPort: 3722
#消防主机socket端口
socketPort1: 3733
timeout:
common: 3960000
yangan: 108000000
xiaofangshuan: 1800000
topSail: 6300000
logging:
level:
# tk.mybatis: DEBUG
cn.turing.firecontrol: INFO
server:
port: 4396
# address: ${spring.cloud.client.ipAddress}
#140上的 端口 4396
spring:
application:
name: turing-datacollection
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
default-property-inclusion: non_null
# boot:
# admin:
# url: http://192.168.0.22:8766
# client:
# prefer-ip: true
redis:
host: 43.142.35.71
port: 6379
database: 0
rabbitmq:
host: 43.142.35.71
port: 5672
username: root
password: 123456
dynamic: true
virtual-host: /
data:
elasticsearch: #ES中系统变量 # Elasticsearch 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口
cluster-name: my-application
cluster-nodes: 127.0.0.1:9601,127.0.0.1:9602,127.0.0.1:9603
pool-size: 5
rest:
username: esuser
password: Itat@pros
uris:
- http://127.0.0.1:9200
datasource:
url: jdbc:mysql://43.142.35.71:3306/turing-device?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
# 配置用户认证和服务认证信息
auth:
serviceId: turing-auth
user:
token-header: Authorization
limit-expire: 1440 # 一天过去,单位分钟
client:
id: turing-datacollection
secret: 123456
token-header: client-token
feign:
httpclient:
enabled: false
okhttp:
enabled: true
ribbon:
eureka:
enabled: true
ReadTimeout: 60000
ConnectTimeout: 60000
MaxAutoRetries: 0
MaxAutoRetriesNextServer: 1
OkToRetryOnAllOperations: false
hystrix:
threadpool:
default:
coreSize: 1000 #并发执行的最大线程数,默认10
maxQueueSize: 1000 #BlockingQueue的最大队列数
queueSizeRejectionThreshold: 500 #即使maxQueueSize没有达到,达到queueSizeRejectionThreshold该值后,请求也会被拒绝
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 15000
EasyLinkIn:
common:
timeout: 1320
yangan:
timeout: 36000
xiaofangshuan:
timeout: 1800
TopSail:
common:
timeout: 2100
#mybatis:
# basepackage: cn.turing.firecontrol.server.mapper
# xmlLocation: classpath:mapper/**/*.xml
# mapper-locations: "classpath*:mapper/*.xml"
# configuration:
# cache-enabled: false
rabbit:
fireDoor:
exchange: tmc.abnormal.demo
routingKey: abnormal
hengYang:
exchange: demo
routingKey: demo
topics: tmc.demo
mybatis:
#开启驼峰命名法
configuration:
map-underscore-to-camel-case: true
mybatis-plus:
# xml地址
mapper-locations: classpath:mapper/*Mapper.xml
# 实体扫描,多个package用逗号或者分号分隔
type-aliases-package: cn.turing.firecontrol.server.entity #自己的实体类地址
configuration:
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。