代码拉取完成,页面将自动刷新
#服务名称
spring.application.name=log-service
#端口号
server.port=8888
#服务注册中心的配置内容,指定服务注册中心的位置
eureka.client.service-url.defaultZone=http://node1:8761/eureka/
#启用服务消费者从注册中心拉取服务列表的功能
eureka.client.fetch-registry=true
#设置服务消费者从注册中心拉取服务列表的间隔
eureka.client.registry-fetch-interval-seconds=30
#ip地址
eureka.instance.ip-address=127.0.0.1
#倾向于ip而不是host名
eureka.instance.prefer-ip-address=true
test.name=67876898jhbkjh
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/lala?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
#spring.datasource.type=com.zaxxer.hikari.HikariDataSource
#mapper的加载路径
mybatis-plus.mapper-locations=classpath:/xml/**/*.xml
#别名包
mybatis-plus.type-aliases-package=com.bawei.cloud.Entity
#枚举扫描的包
#mybatis-plus.type-enums-package=com.example.usersys.enums
#日志实现类
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
#actuator端口
management.server.port=9001
#修改访问路径 2.0之前默认是/ 2.0默认是 /actuator 可以通过这个属性值修改
#management.endpoints.web.base-path=/monitor
#开放所有页面节点 默认只开启了health、info两个节点
management.endpoints.web.exposure.include=*
#显示健康具体信息 默认不会显示详细信息
management.endpoint.health.show-details=always
#负载均衡的随机配置 默认是轮询
user-service.ribbon.NFLoadBalancerRuleClassName=com.netflix.loadbalancer.RandomRule
# 触发熔断错误比例阈值,默认值50%
hystrix.command.default.circuitBreaker.requestVolumeThreshold=50
# 熔断后休眠时长,默认值5秒
hystrix.command.default.circuitBreaker.sleepWindowInMilliseconds=10000
# 熔断触发最小请求次数,默认值是20
hystrix.command.default.circuitBreaker.errorThresholdPercentage=10
# 熔断超时设置,默认为1秒
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=2000
#开启日志
logging.level.com.bawei=debug
#feign: compression: request: enabled: true # 开启请求压缩 response: enabled: true # 开启响应压缩 123456
#内置断路器配置
feign.hystrix.enabled=true
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。