1 Star 0 Fork 10

soon14/消防配置

forked from 小黑/消防配置 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
datacollectioncon-demo.yml 3.38 KB
Copy Edit Raw Blame History
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/soon14/fire-fighting-configuration.git
git@gitee.com:soon14/fire-fighting-configuration.git
soon14
fire-fighting-configuration
消防配置
master

Search