代码拉取完成,页面将自动刷新
#端口,服务名,注册地址,使用IP注册,实例ID,主机名 ,调优参数
#Eureak的配置
eureka:
client:
serviceUrl:
defaultZone: http://localhost:1010/eureka/ #注册中心的注册地址
registry-fetch-interval-seconds: 5 #拉取注册表的时间间隔
instance:
instance-id: user:1070 #服务的实例ID
prefer-ip-address: true #使用IP注册到Eureak
lease-renewal-interval-in-seconds: 5 #客户端续约频率
server:
port: 1070
spring:
application:
name: service-user #服务的名字
#配置DataSource
datasource:
url: jdbc:mysql:///hrm-user?useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=GMT
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: 123456789qw
type: com.alibaba.druid.pool.DruidDataSource #使用阿里的连接池
#配置mapper.xml扫描 , @MapperScan
mybatis-plus:
mapper-locations: classpath:cn/zxh/hrm/mapper/*Mapper.xml
configuration:
map-underscore-to-camel-case: true
logging:
level:
cn:
zxh:
hrm:
mapper: trace
root: info
#type-aliases-package: #别名配置
ribbon:
ReadTimeout: 2000 #读取超时时间
ConnectTimeout: 1000 #链接超时时间
MaxAutoRetries: 1 #重试机制:同一台实例最大重试次数
MaxAutoRetriesNextServer: 1 #重试负载均衡其他的实例最大重试次数
OkToRetryOnAllOperations: false
eager-load:
enabled: true #开启饥饿加载
clients: service-auth #针对于哪些服务需要饥饿加载
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 6000 #hystrix的超时
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。