server.port: 9903 spring: application.name: read-service cloud.config: discovery: enabled: true serviceId: config-server # 重试机制 开启 fail-fast: true # 重试机制 retry: initialInterval: 2000 # 重试间隔 maxAttempts: 30 # 最大重试次数 mvc.servlet.load-on-startup: 1 eureka: client: serviceUrl: defaultZone: ${EUREKA_URI:http://localhost:9001/eureka} registryFetchIntervalSeconds: 1 instance: leaseRenewalIntervalInSeconds: 1 #preferIpAddress: true
相关文章
- 11-17使用docker部署springBoot并且yml配置文件不打包到jar中
- 11-17Go 8 配置文件解析、goroutine、channel
- 11-177、配置文件、封装读取配置文件的方法
- 11-17Jenkins环境配置文件档
- 11-17yaml + easydict 写 配置文件
- 11-17python-ConfigParser模块【读写配置文件】
- 11-17eclipse workspace 共享配置文件
- 11-17Apache配置文件httpd-vhost.conf设置内容
- 11-17保存配置文件的appSetting
- 11-17003-tomcat配置文件-server、tomcat-users